How can we copy multiple artifacts using Copy utility?
One answer
Anuj, No, there isn't an option to specify multiple testcase id's / range of test cases which needs to be copied..
Have you tried using "-is" option which can help ignore specific id's from being copied..?
-is, -ignoreSpecifics=<type1:id1>, <typeN:idN>
Ignore specific artifacts in the copy. Useful if there is a specific artifact preventing a large copy. The -is argument takes a comma separated list of artifact type and id (REST) combos, where the combo is separated with a colon.
For instance, a value to ignore testplan urn:com.ibm.rqm:1 and testsuite 357 would be as follows: -is=testplan:urn:com.ibm.rqm:1,testsuite:357
Best Regards, Sunil