Questions & Answers

Get your Rally questions answered.

This is a public Hive  publicRSS

Question

    How to "radiate" status by showing burndown and...
    Question posted 5/27/08 by Peter88 , tagged Data Management, Reports and Charts
    906 Views, 2 Comments
    Title:
    How to "radiate" status by showing burndown and iteration status outside of Rally
    Summary:

    How can you extend information that exists in Rally to other platforms like Intranets and wikis?

    Full Description:

    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

    • posted 4/10/09 by Matt

      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

    • posted 11/11/09 by Mark Ringer

      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