How to check state of changeSet for a workitem using RTC client api
![]()
Hi All,
Thank you in advance.
I as working on task where I need to list all changeset for particular workitem and and check where changesets are active or deliverd. I am able to get all the changesets for workitem, but not able to find out where a changeset is in delivered(or complete) or active state
Could you please let me know how to check changeset is in active or delivered state
|
Accepted answer
![]()
Ralph Schoon (60.5k●3●36●43)
| answered Nov 10 '16, 2:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Here some hint: https://jazz.net/forum/questions/87178/locate-which-streams-a-changeset-is-on-using-rtc-api
com.ibm.team.scm.common.IChangeSet.isActive() seems to be the API for complete. I would consider to check this in a debugging. Nilesh Patil selected this answer as the correct answer
Comments Hi Ralph,
Thank you for your valuable answer. I had found out this. I didn't check complete api.
Thank you
|
Comments
Note that terminologically, the change set state is "complete" (not "delivered"), and that although delivering a change set will automatically complete it, a complete change set has not necessarily been delivered anywhere.