Bulk move of work items between Project Areas using Java API
2 answers
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.
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.
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
See also my answer here: https://jazz.net/forum/questions/223920/bulk-move-work-items-between-project-areas-in-rtc-plugin-for-6/240816