It's all about the answers!

Ask a question

RQMURLUtility.jar url for extracting defects


anup g (7912) | asked Nov 22 '13, 4:16 a.m.
edited Nov 24 '13, 12:59 p.m. by Lisa Caten (342913)
Hi
i'm completely new to RQM. i was trying to connect to RQM via java and came across RQMURLUtilitiy.jar . i was successfully able to extract testcases using url https://server:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Test%20%28Quality%20Management%29/testcase .

but i'm unable to extract 'defects'(workitems) .  could someone please provide url similar to url mentioned above.

thanks .
Anup

Accepted answer


permanent link
Antoinette Iacobo (650712) | answered Nov 22 '13, 11:06 a.m.
 Hi Anup,

Defects/WIs are typically stored in RTC.  Back in version 2 of RQM, it was possible to store WIs in RQM.  So you likely don't have any WIs in RQM and can't use the REST API to access them.  By using the "?etlmode=true" parameter, you can retrieve in the XML the ccm WI links in a test case, for example.  

If you want to retrieve the XML of the WI, you would have to use the RTC REST API. 

Hope this helps. 

Toni
anup g selected this answer as the correct answer

Your answer


Register or to post your answer.