It's all about the answers!

Ask a question

How to identify Inactive projects in RQM


Srikanth Bhushan (16942734) | asked Apr 15 '13, 3:24 a.m.

Hi,

Has anybody found a method to find the inactive projects in RQM .

An inactive project can be classified based on

1. No of Test Assets (TC, TP, TS etc)

2. Last modified dates of these Assets

3. Last Test Executions (TCER, TSER)

Since we have 350 projects any manual effort to get these data is time consuming.

2 answers



permanent link
Paul Slauenwhite (8.4k12) | answered Apr 15 '13, 8:28 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
You could write a script or custom code using the RQM Reportable API.

For example, using the Project Feed Service (https://jazz.net/wiki/bin/view/Main/RqmApi#Project_Feed_Service), GET all the project areas, and for each project GET all resources modified (https://jazz.net/wiki/bin/view/Main/RqmApi#modifiedSince) since a certain date.  If none, the project is inactive.

See https://jazz.net/wiki/bin/view/Main/RqmApi#Common_Usage_Scenarios as a starting point.

permanent link
Bastian W (217) | answered Jan 05 '16, 5:44 a.m.
edited Jan 05 '16, 5:45 a.m.
Hello Srikanth Bhushan,

have you solved your problem now? can you show me your procedure?

i identify the inactive projects in RTC via Java API. That works fine for me.
But now i have to do the same with RM and RQM.

Is that possible via REST and integrate it in java?

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.