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

How to identify Inactive projects in RQM

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.

0 votes



2 answers

Permanent link
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.

2 votes


Permanent link
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?

0 votes

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

Question asked: Apr 15 '13, 3:24 a.m.

Question was seen: 5,028 times

Last updated: Jan 05 '16, 5:45 a.m.

Confirmation Cancel Confirm