It's all about the answers!

Ask a question

RQM Copy Utility examples


Mike Engelbrecht (62) | asked Oct 14 '10, 11:08 a.m.
Can someone supply me with some syntax examples for the following:
1. Copy a test plan from Project A to Project B
2. Copy a keyword from Project A to Project B
3. Copy a Test Plan Template from Project A to Project B

Thank you in advance for your help

-Mike

3 answers



permanent link
Canberk Akduygu (99237371) | answered Oct 24 '11, 8:06 a.m.
Can someone supply me with some syntax examples for the following:
3. Copy a Test Plan Template from Project A to Project B


java -jar RQMCopyUtility.jar -s="https://canberk-pc:9443/qm/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Classic CD - RQM" -d="https://canberk-pc:9443/qm/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Legacy deneme" -us=canberk -pws=canberk -a=template -id=testplan/com.ibm.rqm.planning.templates.testplan.template.tfkb -l=c:\importlog.txt


I was working on that issue and came up with the example above.
This is valid for RQM 3.0.1
s: source project of the test plan template
d: destination project of the template
As context root you should use "qm" in the URI in RQM 301.

permanent link
Paul Slauenwhite (8.4k12) | answered Nov 13 '11, 7:59 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
Also, see https://jazz.net/wiki/bin/view/Main/RQMCopyUtility#Usage_Examples.

permanent link
steve sipocz (823) | answered Oct 16 '13, 3:00 p.m.
Paul, you need to add /secure/ to your examples.

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.