Find out plan estimate of user stories moved to next iteration in rally

387 views Asked by At

Does anyone know how to use Rally Web service APIs to calculate the total amount of accepted work delivered by the last day of the iteration and the total amount of accepted work delivered since the last day of the iteration.

Thanks

1

There are 1 answers

1
Charles Ferentchak On

You can find that information using the Lookback API. Every time an artifact changes in Rally it takes a snapshot of that data. If you query that API for artifacts that have had their Schedule state changed during those time periods you will be able to gather the information you want.