How do I get a list of all members of a project area (RTC 5.0.2)
![]()
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
![]()
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 |
![]()
You can also generate a runtime report. In Eclipse Client, Team Artifacts tab, right-click the project area and then "Generate Runtime Report"
|
![]()
Hi Claudio,
Maybe u can write simple java code for "which user have which roles" question.
Please check this link.
|