cloning workitems within jazz server extension using abstract class CopyToProjectOperation
Hi all,
i want to clone a bunch of workitems within my custom jazz server extension deriving from the abstract class CopyToWorkItemOperation, already defined in the jazz server sdk.
Unfortunately there is no official documentation about the jazz server sdk.
Is it possible to set the 'move' parameter to false in the ctor of a derived class to get cloned workitems with new workitem identity?
Or is this class only intended to move workitems between PAs remaining the workitem ids?
KInd regards,
Wolfgang
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Feb 05, 3:28 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER This is internal API. It is an abstract class, so you can not run it. You can try out a not abstract class based on it and see what it does and if it is what you want. Since there is no documentation there is no other way to tell. Wolfgang Schlicker selected this answer as the correct answer
Comments This might be another way to go: https://github.com/jazz-community/rtc-workitem-bulk-mover-ui
Wolfgang Schlicker
commented Feb 08, 5:04 a.m.
Thanks, I'm aware of this project, unfortunately the usage of this class (derived class) isn't documented there. I'm going to trial and error it. |
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.
Comments
sorry for typo 'CopyToWorkitemOperation' should be 'CopyToProjectOperation'