REST API: Retrieving ChangeSets that without any work item?
Hi
I'm using the REST API to retrieve some work items. For that I use the following URL
After that I retrieve the change sets that are associated with each of these work items. For that I use for example this URL:
Now there are also some change sets that are not associated to any work item. I have problem to retrieve them. So how can I find a list of all change sets, using the REST API?
I'm using the REST API to retrieve some work items. For that I use the following URL
https://myserver:9443/ccm/oslc/contexts/_t-GR0DxxEeGvatauyCs4DA/workitems
After that I retrieve the change sets that are associated with each of these work items. For that I use for example this URL:
https://myserver:9443/ccm/resource/itemOid/com.ibm.team.scm.ChangeSet/_QOFEcUDsEeGvatauyCs4DA
Now there are also some change sets that are not associated to any work item. I have problem to retrieve them. So how can I find a list of all change sets, using the REST API?