How to export/extract members of a Project Area
![]()
Can you please let me know how to export/extract members of a specific Project Area (RTC/RDNG/RRC/RQM) in a repository?
Thanks in advance ! |
2 answers
![]()
One option is to use OSLC, see the discussion in this post:
https://jazz.net/forum/questions/118838/how-can-i-get-the-list-of-users-in-a-project-area-using-oslc-in-rtc it is for RTC but the same approach should apply to RQM and RDNG. Comments ttps://my.rmhost.ibm.com:19443/rm/process/project-areas/_z6ILABQKEeWGrt9v24XbYA/members
There is not support for exporting directly to a .xls format. You would need to post-process the response XML to create an .xls file.
|
![]()
In RTC another option is to right click on Project Area and "Generate Runtime Report". Output will be zip file which needs to be unzipped and the index file will have all the details including team areas.
|