It's all about the answers!

Ask a question

How can I get a list of projects with their respective admins?


Shaule Sachs (18137) | asked Aug 01 '16, 7:58 p.m.
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?

Accepted answer


permanent link
Andre Carlos Antunes de Oliveira (4024) | answered Aug 01 '16, 8:32 p.m.
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 ...

Shaule Sachs selected this answer as the correct answer

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.