How I can associate a work item to a change set using java plain api ?
Hello,
I tried to associate a work item to a changeset using those methods:
How to associate change set with work item using RTC Plain JAVA API ? - Jazz Forum
Java API extending - create a new work item and associate with a change set - Jazz Forum
But the work item is not associated to the change set. Is there any other way ?
Thank you !
2 answers
https://jazz.net/forum/questions/288910/associating-work-items-with-change-sets-in-rtc-a-java-api-approach seems to be a question that intents to answer your question.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Sep 20, 4:59 a.m.If you do something programmatically, you get some kind of feedback e.g. an error. It might be useful to provide that.
I tried to associate a change to a work itemĀ inĀ https://github.com/jazz-community/work-item-command-line . But, as far as I remember, I got the error that the application needed to be part of the SCM component to create the link. There is almost certainly a way around this, but I don't know that at the moment.