Rally Software

Expand all | Collapse all

How can I query all stories that have changed plan estimate in the past 7 days?

  • 1.  How can I query all stories that have changed plan estimate in the past 7 days?

    Posted Jun 08, 2017 03:02 PM

    I'm looking to generate a list of all of the user stories that have had a change in plan estimate across my workspace for a given date range 1-7 days for example.

     

    How is that structured in a query?



  • 2.  Re: How can I query all stories that have changed plan estimate in the past 7 days?

    Posted Jun 09, 2017 06:30 PM

    I don't think you can do that with the Apps included with Agile Central.  I believe you would have to write your own Custom App, using the APP SDK.  You would have to use the "Lookback API" to get the snapshots of the stories and look at each snapshot for the Plan Estimate to see if it has changed.  You could start by looking on GitHub repositories for similar apps written by other people. There are quite a few public GitHub repositories that have custom apps that other people have written.