It's all about the answers!

Ask a question

URL to get XML format of the test case artifacts


Chandrahasa Reddy D (5715360) | asked Aug 27 '12, 2:39 a.m.
Hi,
URL to get the single test case artifact is as follows:
https://hostname:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/PrjoectArea/testcase/urn:com.ibm.rqm:testcase:TestCaseID
What is the URL to get all test cases in XML format ?

3 answers



permanent link
Hao Wan (1.5k35) | answered Aug 27 '12, 4:19 a.m.
JAZZ DEVELOPER
Hi, Chandrahasa,
you can use the singleProjectFeedUrl

<integrationUrl>/resources/<projectAlias>/<resourceType>

in your case is
https://hostname:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/PrjoectArea/testcase
to get all the testcase feed
default with id, title and update time.
if you need more field to included in one feed, you can refer to the fields section of
https://jazz.net/wiki/bin/view/Main/RqmApi#fields

permanent link
Ralph Schoon (63.5k33646) | answered Aug 27 '12, 4:24 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi, you want to look into OSLC at http://open-services.net/ You can also use https://jazz.net/library/#tag=OSLC to find all OSLC specific articles. Especially https://jazz.net/library/article/635 to get a first understanding of OSLC. You would use a HTTP request header entry application/xml to ask for XML.

permanent link
Paul Slauenwhite (8.4k12) | answered Aug 27 '12, 7:22 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Correct.  See:

https://jazz.net/wiki/bin/view/Main/RqmApi#Headers
https://jazz.net/wiki/bin/view/Main/RqmApi#feedUrl_for_interaction_with_a_f
https://jazz.net/wiki/bin/view/Main/RqmApi#Read

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.