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

Report the history of a test plan (in RQM) with RPE

 Hi,

I have to add the history of a testplan (starting from a given date) to a report that is generated with the Rational publishing engine. 
I found the history url <integrationUrl/history?resouceID=<testplan URL> in the RqmApi but I do not know how to use it in the RPE  template. Which schema file can I use for that purpose?

Thanks in advance,
Michaela

0 votes


Accepted answer

Permanent link
You cannot use feed or qm schema as the structure of the data (history xml) does not match. A schema can be created manually for this and then added in RPE.

You can get the history XML using the url
https://server:port/qm/service/com.ibm.rqm.integration.service.IIntegrationService/history?resourceId=resources/<projectareaname>/testplan/urn:com.ibm.rqm:testplan:3

But this XML does not have a schema. It's an Atom feed of XHTML entries containing a table data. So you can create a schema manually or using 3rd party tool based on history xml and use it in RPE.
Michaela Siepmann selected this answer as the correct answer

0 votes

Comments

You can refer http://rpeactual.com/2016/02/02/printing-history-information-for-qm-data/ for template example along with details.

 Thank you very much, that is most helpful!

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
× 332
× 67

Question asked: Jan 28 '16, 8:56 a.m.

Question was seen: 2,405 times

Last updated: Feb 03 '16, 11:51 a.m.

Confirmation Cancel Confirm