Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Rqmurlutility - export category hierarchy

 Hi
I want to get the category hierarchy of test cases using rqmurlutility. How can I do it?

0 votes


Accepted answer

Permanent link
You will need two requests and do some manipulation after you get the response.

1. /qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectAlias>/category?fields=*
This URL will give you all the "values" and show which category they belong to.

2. /qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectAlias>/categoryType?fields=*
This URL will give you all the categories (and subcategories if exist). It will also all "values" in a parent-child relationship - if you look into the <ns2:valueset> tag, the <ns2:key> is the parent value, while <ns2:value> is the child value(s).

Note 1: "categoryType" In the URL means "category" in the web GUI, while "category" in the URL means "value" in the web GUI.
Note 2: I have not found a way to include Test Case Categories only, so the two URLs above show categories/values for all test artifact types.
michal steinberger selected this answer as the correct answer

1 vote

Comments

Thanks

 

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Feb 01 '16, 6:50 a.m.

Question was seen: 3,164 times

Last updated: Feb 02 '16, 12:31 a.m.

Confirmation Cancel Confirm