Story points not adding up correctly
![]()
I created a story and did not assign any story points to it. Then I created a child story and assigned it 2 story points. The parent story calculated it as 1 point. I added a second child story and gave it 5 story points. The parent story added both of these up as 4 story points (!). Somehow it lost 3 story points... :shock:
|
3 answers
![]()
To add on to this: The problem below did not replicate itself when I did the same experiment on a new "clean" project. The problem occured when I renamed Story into Deliverable, and story points into "ideal days". (I had to do this because my organization would freak out if I started introducing Agile terminology).
I created a story and did not assign any story points to it. Then I created a child story and assigned it 2 story points. The parent story calculated it as 1 point. I added a second child story and gave it 5 story points. The parent story added both of these up as 4 story points (!). Somehow it lost 3 story points... :shock: |
![]()
Found the source of the problem. If you ever change the enumeration values for complexity you need to go to the xml source and make sure that the id is the numerical value you want assigned to the enumeration.
To add on to this: The problem below did not replicate itself when I did the same experiment on a new "clean" project. The problem occured when I renamed Story into Deliverable, and story points into "ideal days". (I had to do this because my organization would freak out if I started introducing Agile terminology). I created a story and did not assign any story points to it. Then I created a child story and assigned it 2 story points. The parent story calculated it as 1 point. I added a second child story and gave it 5 story points. The parent story added both of these up as 4 story points (!). Somehow it lost 3 story points... :shock: |
![]()
Geoffrey Clemm (30.1k●2●30●35)
| answered Oct 10 '10, 3:03 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I've run into this myself ... I just filed work item 136025, requesting
that the enumeration values be set in the process editor, rather than requiring hand-editing of the process configuration source XML. Please feel free to indicate your interest/support by adding a comment to that work item. Cheers, Geoff On 10/10/2010 10:38 AM, adefarlo wrote: Found the source of the problem. If you ever change the enumeration |