use of Resource Oriented Work Item API
Hi,
I try to use Resource Oriented Work Item API (https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItems) to import work items into RTC.
I'm able to import and update work Items with cURL, find all item id in the browser but I'm not able to attach links to other work items or files. I am not able to update status too.
Is someone could help me ?
I would like to use this API in a java project, is it possible ?
thanks,
Gwen
I try to use Resource Oriented Work Item API (https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItems) to import work items into RTC.
I'm able to import and update work Items with cURL, find all item id in the browser but I'm not able to attach links to other work items or files. I am not able to update status too.
Is someone could help me ?
I would like to use this API in a java project, is it possible ?
thanks,
Gwen
One answer
I try to use Resource Oriented Work Item API
(https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItems)
to import work items into RTC.
I'm able to import and update work Items with cURL, find all item id
in the browser but I'm not able to attach links to other work items
or files. I am not able to update status too.
Is someone could help me ?
I would like to use this API in a java project, is it possible ?
If you are in a Java project, I would recommend to use the plain Java
libraries and the WorkItem Java API.
As https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItems states,
the Resource API is not a final version and subject to change.
--
Regards,
Patrick
Jazz Work Item Team