How can I get a list of projects with their respective admins?
Greetings,
With Jazz 6.0.2, I need to get a list of all the projects and who has been assigned to be project administrator of any given project?
I do know that "<jazz>/<component>/rpt/repository/foundation?fields=projectArea%2FprojectArea%2F%28name%7C%28roleAssignments%2Fcontributor%2Fname%29%7C%28roleAssignments%2FcontributorRoles%2Fname%29%29", although, I got that from another site without fulling understanding it. It does produce an XML file that has all the projects, users and their roles.
Now, I need all the projects and who their administrators are?
Can anyone help me?
With Jazz 6.0.2, I need to get a list of all the projects and who has been assigned to be project administrator of any given project?
I do know that "<jazz>/<component>/rpt/repository/foundation?fields=projectArea%2FprojectArea%2F%28name%7C%28roleAssignments%2Fcontributor%2Fname%29%7C%28roleAssignments%2FcontributorRoles%2Fname%29%29", although, I got that from another site without fulling understanding it. It does produce an XML file that has all the projects, users and their roles.
Now, I need all the projects and who their administrators are?
Can anyone help me?
Accepted answer
Is there a "<jazz>/<component>/rpt/repository/generic?metadata=schema" in Jazz 6.0.2?
If yes, then look at com.ibm.team.process.ProjectArea.
There is a "internalAdmins" - maybe it can help you.
Something like "<jazz>/<component>/rpt/repository/generic?fields=generic/com.ibm.team.process.ProjectArea/(name|internalAdmins/*)", I think ...
If yes, then look at com.ibm.team.process.ProjectArea.
There is a "internalAdmins" - maybe it can help you.
Something like "<jazz>/<component>/rpt/repository/generic?fields=generic/com.ibm.team.process.ProjectArea/(name|internalAdmins/*)", I think ...