0

can I have explantion of IterationCumulativeFlowData fields? CardCount, CardEstimateTotal, CardState ...

sorry I am not a rally/agile expert, I just wonder if these fields are releated to velocity of iteration in any way(the veolocity as we consider here is the sum of planEstimate of accepted US during the iteration).

Thanks In advance

1 Answers1

0

The best way to learn the Rally Object model is to use the WsapiReference App which can be found here. Here is what it would look like if you were looking at the Iteration Cumulative Flow Data object.

Screenshot of WsapiReferenceApp

The best way to think of the Iteration Cumulative Flow Data objects is as a snapshot of a specific Iteration on a specific day. You can find out how many hours of work are left in that iteration and report that way.

If you wanted to look at the velocity for a specific iteration you could use the AcceptedDate on HierarchicalRequirement (what the wsapi calls User Stories). If you queried the list of all stories in that iteration and bucketed them by some timebox(day,week,month) you could report on the velocity of a specific iteration.

Charles Ferentchak
  • 1,237
  • 1
  • 9
  • 14
  • @Charles.. Could u pls help me out with this question http://stackoverflow.com/questions/18124447/data-for-calculating-vellocity-chart-in-rally – Benil Mathew Aug 08 '13 at 13:35