external system to access work items
6 answers
Is there a method for an external system to access work items (read
and update). I see the command line client, but this seems to be
only for source code and does not have anything for work items.
You can access work items using the Restful HTTP protocol described in:
https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2
http://open-services.net/bin/view/Main/CmRestApiV1
--
Regards,
Patrick
Jazz Work Item Team
Is there a method for an external system to access work items (read
and update). I see the command line client, but this seems to be
only for source code and does not have anything for work items.
You can access work items using the Restful HTTP protocol described in:
https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2
http://open-services.net/bin/view/Main/CmRestApiV1
--
Regards,
Patrick
Jazz Work Item Team
So that got me most of the way there... However, I got stuck at a couple issues:
1) How to look up associated approvals for a work item.
2) Can a comment be posted to a work item impersonating another user. Passing in the created by in the json as done in the links you gave doesnt seem to work
1) How to look up associated approvals for a work item.
Approvals are still missing from the resource representation. This is
tracked in:
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/64247
2) Can a comment be posted to a work item impersonating another user.
Passing in the created by in the json as done in the links you gave
doesnt seem to work
The authenticated user is automatically set as the comment author. I
agree that it may make sense to set the author explicitly. Please create
an enhancement request for this.
--
Regards,
Patrick
Jazz Work Item Team
1) How to look up associated approvals for a work item.
Approvals are still missing from the resource representation. This is
tracked in:
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/64247
2) Can a comment be posted to a work item impersonating another user.
Passing in the created by in the json as done in the links you gave
doesnt seem to work
The authenticated user is automatically set as the comment author. I
agree that it may make sense to set the author explicitly. Please create
an enhancement request for this.
--
Regards,
Patrick
Jazz Work Item Team
Any idea how long before the ability to look up approvals, etc will be implemented? Its been open for quite some time...