Come for answers, stay for best practices. All we're missing is you.
I'm tring to export a list of all Team Areas in RTC 6.0.3--is there a way to do this?
See https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI
For example: https://serverURI/ccm/rpt/repository/foundation?fields=foundation/teamArea/name&size=10000&pos=100or: https://serverURI/ccm/rpt/repository/foundation?fields=foundation/teamArea/(name|teamMembers/name)&size=10000&pos=100
This will retrieve all of the team area names within a specific ccm/RTC repository. If you need it to run across all of your ccm servers, you'll need to run the above command for each of the ccm servers.
There's also the Generate Runtime Report... menu option available in the Eclipse client's Team Artifact Navigator when right clicking on a project area.
this is very helpful, thank you much Alex.