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

Is there a way to create a monthly report of all of the RTC Project Areas that have been created since the last report was run?

Is there a way to create a monthly report of all of the RTC Project Areas that have been created since the last report was run?   We need to know this so we can monitor our adoption of CLM.

0 votes



One answer

Permanent link

I'll give you a suggestion. There are probably a lot of ways to do this.

For example, you could use the Java API and write a simple program that iterates over all the project areas in your repository and checks whether the creation date of each one falls between now and one month earlier. If it does, you list it up (or whatever you wish to do with it). Or you could pass the main method a month that you wish to check for newly created project areas etc.

Here is a useful snippet with IProcessItemService.findAllProjectAreas()
https://jazz.net/forum/questions/94479/how-to-get-the-active-project-areas-by-java-api

I would use the below resources to get a simple running example.
https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/
https://jazz.net/library/article/1229



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
× 12,020
× 112

Question asked: Mar 16 '18, 7:02 a.m.

Question was seen: 2,593 times

Last updated: Mar 19 '18, 2:24 a.m.

Related questions
Confirmation Cancel Confirm