Rally API call to get Child Projects
search cancel

Rally API call to get Child Projects

book

Article ID: 239543

calendar_today

Updated On:

Products

Rally SaaS

Issue/Introduction

I need to pull all the projects and sub-projects listed under the parent projects using API.

Is there anyway to fetch project & sub projects from parent projects.

Resolution

  • API
    • https://rally1.rallydev.com/slm/webservice/v2.0/project?&project=/project/<my_top_level_prod_Project_ObjectID>&projectScopeDown=true
  • Copy and Paste into .csv file: 
    • Depending on the use case, It would also be possible for a Rally Subscription Administrator to drop this information into an Excel spreadsheet by using the Administrators pages to expand all the projects and then copy and paste the project data into an excel spreadsheet.  The Admin could also narrow this down by selecting the top project you are wanting and then selecting the children of that project before copying and pasting.