
How can you extend information that exists in Rally to other platforms like Intranets and wikis?
I seem to remember hearing about this under the "mash up" banner but I'm looking for concrete guidance specifically for:
1. Burndown chart
2. Iteration Status report showing the tasks under each user story.
Comments
Peter,
You can use the Web Services API (WSAPI) pull the bigger burndown charts from Rally - there is a specific URL for these charts (see below). Unfortunately, you cannot retrieve the miniature burndown charts from the API.
The 3 charts that are available are:
Iteration Task Status:
https://rally1.rallydev.com/slm/charts/iterationTaskStatus.sp?iterationOid=######&sid=true
Iteration Cumulative Flow:
https://rally1.rallydev.com/slm/charts/iterationCumulativeFlow.sp?iterationOid=######&sid=true
Release Status:
https://rally1.rallydev.com/slm/charts/releaseStatus.sp?releaseOid=#######&sid=true
Replace the "#######" with the actual OID of the iteration or release you want to view. To find the OID for any work product, open up its detail page and click on the link icon to the left of the name. This will open it up in a new tab or window and the URL at the top of the will include the OID.
Additionally, there is a Feature Request to provide a link to the Iteration Status burndown chart.
-Matt
Reply to this Comment
Please see the new Login API post to see how to run a mashup and/or reports from outside Rally. You can use this new functionality to access some Rally content from an intranet or Wiki.
- Mark
Reply to this Comment