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
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.
Comments
This might be another way to go: https://github.com/jazz-community/rtc-workitem-bulk-mover-ui
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.
Comments
Wolfgang Schlicker
Feb 02 '24, 1:10 p.m.sorry for typo 'CopyToWorkitemOperation' should be 'CopyToProjectOperation'