RQM: Rest api - get collections/requirementset
Hi all,
I want to get the collections of a testplan via REST API This works fine with the following URL: As a result I get assigned collections, e.g.:<feedURL>?fields=feed/entry/content/testplan[title='Tp_demo']/* But it seems not possible to use the ID of a test plan as filter.<ns2:requirementset summary="SRS_demo: _QM_SW_test" rel="validates" href="https://my-dwa-server.com:8443/dwa/rm/urn:rational::1-4f5a2acf48e01698-M-000074a9/view:00000004"/> If I use the URL (where I can specify the ID) I get more or less the same result but without requirmentset (Id of 'Tp_Demo' is 19!)<feedURL>/urn:com.ibm.rqm:testplan:19 I try also to add /* but so far I couldn't manage it. My question is how to modify <feedURL>/urn:com.ibm.rqm:testplan:19 to get also the assigend requirementsets? Any ideas? Thanks, jörg |
Accepted answer
You may need to append calmlinks=true or etlmode=true. See https://jazz.net/wiki/bin/view/Main/RqmApi#calmlinks and https://jazz.net/wiki/bin/view/Main/RqmApi#etlmode.
Jörg Werner selected this answer as the correct answer
Comments
Jörg Werner
commented Dec 22 '15, 5:16 a.m.
Thanks!
Regards, Jörg |
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.