How get testcases's requirements external ID through web Services?
Rafael Rodriguez Montes (230●13●130●258)
| asked May 26 '15, 2:45 p.m.
edited May 30 '15, 12:43 a.m. by Geoffrey Clemm (30.1k●3●30●35) Hello, how the URL should be if I want to do a query of all testcases's requirement(s) ID(S) ? I'm using this example but is giving me just the test cases list(no requirements attached):
Thank you.
|
3 answers
The details of the requirements are not contained in the RQM database so I don't think you can retrieve such details (including the IDs) using RQM reportable REST API, you have to get the requirement links (be it from ReqPro, DOORS or RDNG) and retrieve them one by one using the appropriate REST API.
Also, the field selection in your sample is incorrect even if the ID of the requirement could have been returned. It should look like this: ?fields=feed/entry/content/testcase/(title|description|requirement/id) Comments
Rafael Rodriguez Montes
commented May 26 '15, 8:54 p.m.
But how I'm able to get it thro RPE, so the data is available, just I need to know the right url query
Thank you Donald
And yes the system was giving results
|
never mind, I found the way, this should be at the end like testcase/requirement/.... requirement attributes.
thanks !! |
Hi,
|
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.