How to gather recent accessed RTC project areas
![]()
We have a CLM environment where RTC is installed and has more than 500 RTC project areas.
Is there a way where we can gather all recently accessed (like say in the last 2 months or so) RTC project areas ?
Please let me know if you have any answers/ideas here.
Regards,
Sang
|
2 answers
![]()
there is no straight approach.. you would have to run a query against each. the query should look for changed workitems (get 5 wokitems) since some date.
you can automate all of that with some java code.. get the list of projects for each (not archived) project build a query, execute the query if there are changed workitems, add the project to the list of accessed projects, loop to next project. report the list of changed projects |
![]()
Thank Sam for your time and response!
Do we not have any plugin which can do that job?
Not sure how to automate in java code also because of the urgency.
Comments this would be a plain java application..
|