Muzammil Shareef
Muzammil Shareef

Reputation: 219

How to retireve all 'changesets' or 'files which are modified' in rtc ccm using oslc scm REST API

Can anyone help me in getting the list of changesets or the files which are modified using oslc. Iam using rtc ccm.

Iam able to get it through workitem, but I want to access all changesets directly from scm or any method to get the UUID for all changesets

Upvotes: 1

Views: 1270

Answers (1)

Muzammil Shareef
Muzammil Shareef

Reputation: 219

This url used for achieving the above problem, but I'm not sure it is using OSLC concept in it.

.com/ccm/service/com.ibm.team.scm.common.internal.rest.IScmRestService2/historyPlus? n=25&path=workspaceId%2F_Dh7kMAHIEeSZzL8CZgHcOQ%2FcomponentId%2F_j7JnAbl2EeOYP5vHPrH3vA

It returns the change sets without the need of workitem. if any one find any other (using OSLC & not using API) way please post it here

Upvotes: 1

Related Questions