It's all about the answers!

Ask a question

How can we copy multiple artifacts using Copy utility?


Anuj Shrivastav (11166) | asked Aug 19 '13, 5:37 p.m.
 Hi All

I want copy multiple test cases from one project to another which are not there in single test suite does copy utility allows entering multiple testcase ID's or say range of test cases which can be copied from one project to another

One answer



permanent link
Sunil Kumar R (1.1k13344) | answered Aug 20 '13, 3:48 a.m.
JAZZ DEVELOPER
 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

Your answer


Register or to post 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.