how to check in Unresolved things into existing ChangeSet
vikas v (15●4●19)
| asked Feb 15 '16, 7:36 a.m.
edited Feb 15 '16, 8:41 a.m. by Ralph Schoon (63.3k●3●36●46)
Hello,
I want to Checkin all the unresolved items into the existing change set using plain java Api. I am able to get the Active Change Set list. Thanks in advane!! Regards, Vikas |
Accepted answer
Ralph Schoon (63.3k●3●36●46)
| answered Feb 15 '16, 8:41 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please see https://rsjazz.wordpress.com/2013/10/15/extracting-an-archive-into-jazz-scm-using-the-plain-java-client-libraries/ and the related posts to understand how to use the API. I don't know the details about checking in from a repository workspace, but you could use Plugin Spy (SHIFT+ALT+F1) or another tool like Yari in an Eclipse client set up with the SDK, to see the client code for the context menu action provided by the RTC Eclipse client.
vikas v selected this answer as the correct answer
Comments
vikas v
commented Feb 17 '16, 5:36 a.m.
Thank you Ralph, Now i am able to add the unresolved file into Changeset.
If you are running this in the context of a life RTC Client, you will have to find out how to trigger a refresh for the view. Use Plugin Spy in a development environment look up the class that implements this view and try to figure out how they do that.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.