It's all about the answers!

Ask a question

Help with Linking RQM testcases to requirements using REST Client


0
1
AnuM C P (15114) | asked Apr 24 '15, 4:09 a.m.
 Where to find a valid URL and XML data to post from REST Client to RQM for linking requirements (artifacts) to test case.

Accepted answer


permanent link
Donald Nong (14.5k314) | answered Apr 27 '15, 2:23 a.m.
The URL to the requirement is just the "permalink" to the requirement aritfact.
https://jazz.net/downloads/rational-requirements-composer/releases/4.0?p=news#usab-1
Normally you would do a PUT to modify an existing test artifact, not use POST to create a new test artifact. In this case, you can do a GET first to retrieve the XML data of the test artifact and make appropriate changes on top of it. For more details, check the RQM REST API Wiki.
https://jazz.net/wiki/bin/view/Main/RqmApi
AnuM C P selected this answer as the correct answer

Your answer


Register or to post your answer.