I’m trying to pull release burnup data from the API. Is that possible? If so, has someone done that, and can share the object + query parameters?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you will want to take a look at the ReleaseCumulativeFlowData object.
An example url would be:
https://trial.rallydev.com/slm/webservice/1.34/releasecumulativeflowdata?query=(ReleaseObjectID = 12345)
The query string will usually be with the ReleaseObjectID = some Release ID.
You then get back the Cumulative Flow Data results which are a collection for each day with counts by ScheduleState – hope that info helps.
(In Rally > Help > Web Services API Documentation, take a look at Cumulative Flow Data for the fields there)
Hope that helps.