How can I get the list of project areas and last modified date at the server level?
Most servers need periodic maintenance, in order to archive project areas that are not being used and archive users who are not added to any active project area. With regard to this, I want to know:
1. How to get the list of project areas in a server along with the last modified date? 2. How to get the list of users who are not added to any project area? |
2 answers
Hi,
https://localhost:9443/qm/process/project-areas
The problem is that modified field will give you the last time the project area itself was modified, that may be meaningless for you as users could have created/updated/read artifacts belonging to that project area and the update field will not be reflected for project area.
_________________________________________________________________________________
You can also find the members of all the project areas by using the following query:
https://localhost:9443/qm/rpt/repository/foundation?fields=projectArea/projectArea/(name|teamMembers/userId)
hopefully the returned data could be filtered easily.
regards,
napoles
|
Thanks for your response Napoles. This information is definitely good to know.
But I actually need the last modified date when any kind of change was done in the project area, like artifact creation, updation, etc. |
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.