[Closed] RQM URL Utility : update existing Testplan/Testcase
Hello,
Is it possible to update the existing Testplan/Testcase using RQM URL Utility. Thanks, Regards, Kumar |
Accepted answer
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.
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
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.