Using RTC Java API, how do I get a change set's work item, rather that a work item's change sets?
Accepted answer
Mark, have you looked at https://rsjazz.wordpress.com/2012/11/01/restrict-delivery-of-changesets-to-workitem-types-advisordelivery-of-changesets-associated-to-wrong-work-item-types-advisor/ ? It is server API, but I would expect it is possible to learn something from it with respect to the client API as well.
Comments
Thanks. I'm working through that example now. I'm having trouble finding the jar for repository.service, scm.service and workitem.service classes, but will keep looking.
Please note, the example is for Server API and requires the server SDK set up, if you run on the Plain Java Client Libraries you have to look for a client library that replaces the server API's.
The code you supplied gave me the terms I need to pick up this ... https://jazz.net/forum/questions/24734/writing-a-new-build-engine ... in a google search, which gave the code example I was seeking. Thanks again.
<o:p> </o:p>
Thanks for the pointer Mark, I added a short sentence and a link to that question to my blog post to make it easier for the next one.
Comments
Olivier KUNTZ
Sep 25 '15, 5:22 p.m.Do you find the solution?
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Sep 27 '13, 6:04 a.m.Please read the answer thread.