RQMURLUtility.jar url for extracting defects
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
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
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
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