Creation date of Test Case in RQM
Hello Team,
I have a query in RQM,
We want to know how to get the creation date of Test Cases, my CLM version is V5.0.1.
Is there any separate reporting tool is required to get the Creation date of Test Cases.
With the existing reports or Queries i am not getting Creation date of Test Cases.
Thank You...!
Vijay
I have a query in RQM,
We want to know how to get the creation date of Test Cases, my CLM version is V5.0.1.
Is there any separate reporting tool is required to get the Creation date of Test Cases.
With the existing reports or Queries i am not getting Creation date of Test Cases.
Thank You...!
Vijay
One answer
You can design a template in Rational Publishing Engine (RPE) to show the creation date of test cases. The report (document) can be generated either through RPE (http://www.ibm.com/developerworks/rational/library/rational-publishing-engine-generate-compliance-documents-1/) or through RQM (https://jazz.net/library/article/1137).
RPE uses RQM's reportable REST API (https://jazz.net/wiki/bin/view/Main/RqmApi) to retrieve data.
You can notice that testcase/creationDate provides the creationDate for test cases in the output from
https://server:port/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<ProjectArea>/testcase/urn:com.ibm.rqm:testcase:<ID>
RPE uses RQM's reportable REST API (https://jazz.net/wiki/bin/view/Main/RqmApi) to retrieve data.
You can notice that testcase/creationDate provides the creationDate for test cases in the output from
https://server:port/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<ProjectArea>/testcase/urn:com.ibm.rqm:testcase:<ID>