Get Requirement ID using RQMUrlUtility
Hi
I'm using RQMUrlUtiliy for Export Test case and scripts.
can i get the ID of the related requirements?
Michal
|
Accepted answer
Hi Michal,
Have you tried using calmlinks=true, e.g. the following?: https://clmlocal.ibm.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/BuildIntegration+%28Quality+Management%29/testcase/urn:com.ibm.rqm:testcase:62?calmlinks=trueThat will return XML of the test case with the requirement data (ID and title) like this: href="https://clmlocal.ibm.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/BuildIntegration+%28Quality+Management%29/template/testcase/com.ibm.rqm.planning.templates.testcase.default"/><ns2:requirement summary="myReqTest" rel="validates" href="https://clmlocal.ibm.com:9443/rm/resources/_y4clM5L2EeWHbOjihWwStw"/><ns2:requirement summary="368: mySecondReq" rel="validates" href="https://clmlocal.ibm.com:9443/rm/resources/_lE5yYaT1EeW1idwB0orHlw"/></ns2:testcase> However, this defect prevents ID from returning so you need iFix012 of 5.0.2 (it is fixed in 6.0.2) https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/143653 (the defect describes the ID missing from PDF output but the same occurs from any REST API query) Thanks, Brett michal steinberger selected this answer as the correct answer
Comments
michal steinberger
commented Jan 20 '16, 1:51 p.m.
Thanks!!
Can I get the requirements attributes too?
Brett Bohnn
commented Jan 20 '16, 5:16 p.m.
Hi Michal,
michal steinberger
commented Jan 22 '16, 5:26 a.m.
Thanks |
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.