Workitem Bulk move using PlainJavaApi
I found a project on git that performs the migration using Server API, but I was unable to configure it EWM 7.0.2, it uses Java 1.6, I found many problems related to dependencies.
Ref:
https://github.com/jazz-community/rtc-workitem-bulk-mover-ui
I would like to know if there is another way to do this migration or if there is already another more recent project that we can use.
One answer
I am not aware of another open source code source for bulk moving work items.
Since there is a capability to copy/move one work item in the Eclipse client UI, which is implemented using the SDK/Plain Java Client Libraries, it is potentially possible to use that code to implement a bulk move. There has been an unsupported plugin at some time, that did this. I am not aware that this still exists.