How to cascade releases and iterations using the API
search cancel

How to cascade releases and iterations using the API

book

Article ID: 217445

calendar_today

Updated On:

Products

Rally SaaS Rally On-Premise

Issue/Introduction

If there is a need to create iterations or releases via the API it can be beneficial to use the built in cascading feature in Rally to propagate those timeboxes down through the project hierarchy.

 

Environment

Release : 2.0

Component : API FOR AGILE CENTRAL

Resolution

In order to cascade timeboxes, add cascade=true to the "create" endpoint as shown below:

https://rally1.rallydev.com/slm/webservice/v2.0/iteration/create?cascade=true

You would continue to craft your JSON payload in the normal manner.