Integrity batch copy items
I would like to copy multiple ALM_Tasks using the Integrity CLI, with a single batch file.
This seems straightforward using
im copyissue --type=ALM_Task <ID>
However, I would like to newly copied items to be associated with a different Change Request, and have a slightly different summary. Experimenting with the commands, it seems that
im copyissue --type=ALM_Task --field=ALM_Work Item For=<New CR> --field=Summary=<New Summary> <ID>
should work.
However, other fields are not copied, such as the named reviewer or the planned effort. I can see there are options in the CLI help such as
--copyFields, --copyFieldsList, --addFieldValues
which I have tried to test out, but I can't seem to get the behavior I want.
Is there a straightforward way to simply copy an item, as is, with ALL the current fields? Once I have done this, I could then edit the fields I want as a second command if necessary.
thanks

