It's all about the answers!

Ask a question

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?


Kim Williams (56133) | asked Mar 16 '18, 7:02 a.m.

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.

One answer



permanent link
Ian Wark (79713450) | answered Mar 19 '18, 2:24 a.m.

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



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.