It's all about the answers!

Ask a question

Quey module and view of each requirmentSet in a test plan


Chen P (112) | asked Sep 03 '15, 6:56 a.m.
 Hi, 
I'm using RQMUrlUtility.jar for querying rqm through code, how can I query for getting module id, module name, view id and view name of each requirementSet in a test plan of a project? 

One answer



permanent link
Paul Slauenwhite (8.4k12) | answered Sep 03 '15, 9:54 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
You will need to use the calmlinks query parameter (see https://jazz.net/wiki/bin/view/Main/RqmApi#calmlinks) to return the qm:testplan/qm:requirementset property (see https://jazz.net/products/rational-quality-manager/api-doc-6.0/schemas/qm_xsd/elements/testplan.html#a37).  However, the URL Utility does not support query parameters (see https://jazz.net/wiki/bin/view/Main/RQMURLUtility#Command_Lines_Arguments_explaine).  I would suggest using Poster/HttpRequester (see https://jazz.net/wiki/bin/view/Main/RqmApi#Common_Usage_Scenarios).

Your answer


Register or to post 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.