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

XML schema for RQM project feed for use in RPE

 I am working on a RPE template with RQM data sources (RQM 6.0.6). To generate a document, the user specifies the RQM project (among other parameters). In the template I need to map this project name to its project alias (before accessing any other RQM information like test cases). The needed information can be retrieved using the project feed URI: 

/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects

To be able to use this query in the template I am looking for the corresponding XML schema.

0 votes


Accepted answer

Permanent link
You should be able to use RQM Feed schema (https://[host]:[port]/qm/service/com.ibm.rqm.integration.service.IIntegrationService/schema/feed.xsd) for projects as well.
You can either edit feed schema to add alias attribute or use summary attribute (feed/entry/summary/_value) that contains alias value. feed/entry/title/_value gives the title.
Andreas Hensel selected this answer as the correct answer

0 votes

Comments

Thank you, I did not expect to the alias in an element named "summary". Hopefully this will not change in near future. 

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
× 12,104

Question asked: Dec 15 '20, 5:26 a.m.

Question was seen: 2,135 times

Last updated: Dec 16 '20, 3:21 a.m.

Confirmation Cancel Confirm