oslc call to get changeset from workitem
One answer
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
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