RTC6.0.6.1 how to verify associated workitem status when deliver a changeSet
![]() Hi
I use RTC 6.0.6.1
My customer need to verify associated workitem status when they deliver the chageSet.
Can I use RTC API to implement it ?
thank you!
|
Accepted answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Dec 31 '19, 5:51 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Yes, you can.
https://rsjazz.wordpress.com/2012/11/01/restrict-delivery-of-changesets-to-workitem-types-advisordelivery-of-changesets-associated-to-wrong-work-item-types-advisor/ should get you started. You want the state. The blog has API examples for that as well.
Gou Peng selected this answer as the correct answer
|
Comments
To get change sets from a baseline, you need to compare that baseline with some other baseline, unless you want every change set that contributes to that baseline, in which case you can get that change set list from the history of that baseline.
Thank you very much ,for your suggest ,I solved the my problems