It's all about the answers!

Ask a question

How do I get a list of all members of a project area (RTC 5.0.2)


Cláudio de Sá Rodrigues (28719) | asked Jun 24 '16, 10:19 a.m.
edited Jun 24 '16, 10:21 a.m.
How do I get a list of all members of a project area with their respective roles in the RTC? 
I do not have RRDI or DW. I have the need to print this.

3 answers



permanent link
Dinesh Kumar B (4.1k413) | answered Jun 24 '16, 11:18 a.m.
JAZZ DEVELOPER
Hi,
I use the following Reportable REST API to get the list of members of JKE Banking project area :

https://rtc602.ibm.com:9443/ccm/rpt/repository/foundation?fields=projectarea/projectArea[name="JKE Banking (Change Management)"]/(name|teamMembers/(userId|name))

hope this helps.

Regards,
Dinesh

Comments
Cláudio de Sá Rodrigues commented Jun 24 '16, 1:05 p.m.

 Thanks Dinesh


permanent link
Alexandre Stegani (8664) | answered Jun 24 '16, 4:09 p.m.
You can also generate a runtime report. In Eclipse Client, Team Artifacts tab, right-click the project area and then "Generate Runtime Report"

permanent link
Hakki Bozkurt (1631228) | answered Jun 27 '16, 4:57 a.m.
 Hi Claudio,

Maybe u can write simple java code for "which user have which roles" question. 

Please check this link.

Your answer


Register or to post your answer.