It's all about the answers!

Ask a question

[Closed] RQM URL Utility : update existing Testplan/Testcase


Kumar Kumar (6427) | asked Oct 28 '16, 12:59 a.m.
edited Nov 07 '16, 2:26 a.m.
Hello,
Is it possible to update the existing Testplan/Testcase using  RQM URL Utility.

Thanks,

Regards,
Kumar

Accepted answer


permanent link
Donald Nong (14.5k614) | answered Oct 30 '16, 8:55 p.m.
You can. The RQM URL Utility is simply an interface for using the RQM REST API, and you need to understand the RQM REST API in order to use it effectively. For updating existing artifacts, you usually use the PUT option. The RQM REST API can even do "nested-PUT" to update an artifact along with its associated artifacts.
https://jazz.net/wiki/bin/view/Main/RqmApi#Nested_PUT
Kumar Kumar selected this answer as the correct answer

Comments
Kumar Kumar commented Oct 31 '16, 12:04 a.m.

Could you please provide me the syntax with Java or commandline for the same. its not clear with the document.

Thanks,
Regards,
Kumar


Donald Nong commented Oct 31 '16, 12:37 a.m.

Start with the examples in the ReadMe file of the URL Utility. Then try to implement the examples of the RQM API document by using the URL Utility.

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.