It's all about the answers!

Ask a question

How to fetch more than 30 project area data in a single RPE Template?


meghana kaddu (216) | asked Sep 03 '20, 12:16 a.m.

 Hi,

I am trying to fetch the test cases count of each and every project that are present in the qm application in a single template. 
Is that possible through IBM RPE.?

Thank you
Meghana

One answer



permanent link
Subramanya Prasad Pilar (4.6k15) | answered Sep 03 '20, 6:02 a.m.

You can use the project feed service to get the names of projects, their alias and urls. In RPE, add a projects schema (<integrationUrl>/projects?metadata=schema for getting schema and https://sptests:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/projects as data source URI). In RPE template, use Data Source Configuration element to construct testcase feed URL for each project. Using an internal variable, you can count the number of test cases in each project. You can print project title and test case count for each project.

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.