It's all about the answers!

Ask a question

Bulk move of work items between Project Areas using Java API


Liney Reis (149) | asked May 03 '17, 5:30 p.m.

 Hello,


Is there a way to move work items between Project Areas using Java Plain API?

2 answers



permanent link
Ralph Schoon (63.1k33646) | 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.


Ralph Schoon commented May 04 '17, 1:51 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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.


permanent link
Lukas Steiger (3131626) | answered Jun 20 '17, 8:56 a.m.
edited Jun 20 '17, 8:58 a.m.

 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


Register or to post 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.