How can I get the linked Requirements from a testcase
I have retrieved the XML-representation of a testcase with REST-API. But in the xml-file i cannot see any reference to the "Linked Requirements".
How can I get the linked requirements? How should a REST-API call look like?
|
One answer
Try this:
https://[server:port]/qm/oslc_qm/contexts/[Project Area URI]/resources/com.ibm.rqm.planning.VersionedTestCase/[Test Case URI]?partialproperties=true&oslc_config.context=[Config URI]and search for: <oslc_qm:validatesRequirement Headers:
Comments Please note that the API above is the Reportable REST API and not the OSLC API. The headers are documented here: https://jazz.net/wiki/bin/view/Main/RqmApi#Headers OSLC-Core-Version is not a supported header in this API. The Accept header value above is also incorrect (see the link above). 1
Suad Kajtazovic
commented Aug 26, 6:59 a.m.
Thanks Ralph,
|
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.