Engineering

Engineering

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Export a list of all Team Areas in RTC 6.0.3

    Posted Fri March 17, 2017 11:48 AM

    I'm tring to export a list of all Team Areas in RTC 6.0.3--is there a way to do this?


    #Sustainability
    #Engineering


  • 2.  RE: Export a list of all Team Areas in RTC 6.0.3

    Posted Fri March 17, 2017 12:00 PM

    See https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI

    For example: https://serverURI/ccm/rpt/repository/foundation?fields=foundation/teamArea/name&size=10000&pos=100
    or: 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.


    #Sustainability
    #Engineering


  • 3.  RE: Export a list of all Team Areas in RTC 6.0.3

    Posted Mon March 20, 2017 11:31 AM

    this is very helpful, thank you much Alex. 


    #Sustainability
    #Engineering