Bulk move of work items between Project Areas using Java API
Hello,
Is there a way to move work items between Project Areas using Java Plain API?
|
2 answers
Ralph Schoon (63.4k●3●36●46)
| answered May 04 '17, 3:48 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited May 04 '17, 3:48 a.m. https://jazz.net/wiki/bin/view/Main/BulkMoveWorkItemsBetweenProjectAreas provides downloads that allow to do it in the RTC Client, so the API does allow it. But the details are in those JAR files. Comments
Liney Reis
commented May 04 '17, 12:59 p.m.
Hello Ralph,
Unfortunatelly the source code isn´t provided in the JAR files.
There is such a thing as decompiler.
Donna Thomas
commented Jun 20 '17, 10:34 a.m.
Would have been nice to have the BulkMoveWorkItemsBetweenProjectAreas for RTC 5 or 6.
|
HI,
I have written an RTC service to achieve this, you can find it on GitHub: https://github.com/jazz-community/rtc-workitem-bulk-mover-service
If you want to stick with a Plain Java Client, you could install the service and invoke it from your application. Or alternatively, try to port it to work with the Work Item client API.
There is also a user interface working on top of this service which you could use: https://github.com/jazz-community/rtc-workitem-bulk-mover-ui
See also my answer here: https://jazz.net/forum/questions/223920/bulk-move-work-items-between-project-areas-in-rtc-plugin-for-6/240816 |
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.