Hi
I'm trying to set up a burn up chart, and would like to display a line showing the number of storypoints for the whole release and plot this for each iteration. On the following Mingle help page as the Total Scope line:
http://www.thoughtworks-studios.com/mingle/2.3.1/help/macro_reference.html
with the following markup
- label: Total Scope
color: black
data: SELECT 'Iteration - Added', SUM('Estimate')
I'm not sure what I need to set up to be able to plot this. Can anyone advise?
I'm not sure how a different datapoint can be plotted at each iteration for the total number of storypoints for the whole release.
Kind regards
Yen
Comments
1 comment
Yen
Is what is shown here http://www.thoughtworks-studios.com/mingle/2.3.1/help/macro_reference.html what you want?
If so, you need to capture two things about each story (or task or feature etc...) - the first is a cost of the work (e.g. estimate) and the second is a time the work was added to scope (e.g. "Iteration - Added"). If you have that you should be a show the cost of the work at each iteration cumulating up to the total scope cost at the end of the release.
I hope that helps.
- Suzie
Please sign in to leave a comment.