Hi !

On 2/6/15, Ted <r6squee...@gmail.com> wrote:
> I've setup bloodhound (with sqllite) and the olemis-bloodhound-rpc plugin.
>
[...]
>
> I noticed that the xmlrpc created tickets are missing a product, I suspect
> that's causing a problem, but I can't find any documentation on how to add
> a product to a ticket.
>

I've seen this happening  before .

> The code I'm using to create a ticket is as follows :
>
>         long time=System.currentTimeMillis();
>         ArrayList<Object> params=new ArrayList<>();
>         params.add("summary "+time);
>         params.add("description "+time);
>
>         HashMap attributes=new HashMap();
>         attributes.put("product", "DEF");
>         params.add(attributes);
>
>         Integer result = (Integer) client.execute("ticket.create", params);
>

I do not think this is an issue related to your code .

> Does anyone know how to set the product on ticket.create? has anyone else
> gotten ticket creation working over xmlrpc?

Please consult the archive [1]_ for further clarification .

.. [1] 
http://mail-archives.apache.org/mod_mbox/bloodhound-user/201401.mbox/%3c52cef7d0.5090...@qwas.li%3E

[...]

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

Reply via email to