How can I get the linked Requirements from a testcase

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:
Accept | application/xml |
|
|
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).

Thanks Ralph,
Agree, this is not an OSLC API call. Therefore the OSLC-header value is not required.
Corrected.
1 vote