It's all about the answers!

Ask a question

oslc call to get changeset from workitem


Rama SCM (4111119) | asked Apr 29 '15, 11:14 p.m.
 Hi,

What is the OSLC API to get the linked changeset from a workitem? Is there any documentation available on OSLC API's for RTC? 

Thanks!

One answer



permanent link
Shawn Maclaga (1963) | answered May 01 '15, 3:44 p.m.
edited May 01 '15, 3:45 p.m.
You can find information related to the OSLC 2.0 API for Work Items here:
https://jazz.net/wiki/bin/view/Main/WorkItemAPIsForOSLCCM20

Changesets linked to a workitem can be retrieved by performing an OSLC v2 GET for the entire work item:
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/342008
or a GET request that limits the request to just changesets:
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/342008?oslc.select=rtc_cm:com.ibm.team.filesystem.workitems.change_set.com.ibm.team.scm.ChangeSet

Your answer


Register or to post your answer.