link DNG requirement to RQM test case via REST API
Hi all,
I need to link requirement to test case via REST API.
I want to do it this way:
-GET request for the test case, (testcase/urn:com.ibm.rqm:testcase:TESTCASE_ID)
-edit the XML result that return from RQM - add requirement link to the XML
-PUT request - update the test case with the requirement link.
The test case XML result for the GET request is:
<?xml version="1.0" encoding="UTF-8"?>
I try to link through RQM GUI and get the same result. - There is no XML tag for the requirement links.
I know that it's possible to link only by Global Configuration. Is't related to that?
Are there specific headers or cookies that should be defined?
Thanks in advance,
Rachel
|
One answer
Hi Rachel,
Cross-application linking is not supported by the RQM Reportable REST API (see https://jazz.net/wiki/bin/view/Main/RqmApi#ResourcesFootnote7). Instead, use the OSLC QM API (see https://jazz.net/wiki/bin/view/Main/RqmOslcQmV2Api).
|
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.