0
Answered

API: original sprint commitments

Mike Pearce 11 years ago updated by Matthew O'Riordan (Founder) 11 years ago 0

Hi, is it possible to get the total number of stories points that was committed to when the sprint started? I'm not sure what the difference between these is

'total_allocated_points' => int 46
'total_expected_points' => string '22.0' (length=4)
'total_completed_points' => int 46
'explicit_velocity' => string '21'

Answer

Answer
Answered

Hi Mike


Total allocated points is a sum of the points allocated for that sprint based on the stories added i.e. what you have committed to deliver at the start of a sprint.


Total expected points is what you expect in a normal sprint to complete - i.e. this is either based on your velocity and team size, or it is specified manually for a sprint.


Total complete points is the number of points you have completed so far i.e. the number of stories marked as accepted.


Explicit velocity is present if you specify an expected velocity for the sprint as opposed to letting it be calculated for you.


Finally, please note that whilst some values appear to be strings such as "15.0", they are in fact decimals.  All values are decimals or integers.

Answer
Answered

Hi Mike


Total allocated points is a sum of the points allocated for that sprint based on the stories added i.e. what you have committed to deliver at the start of a sprint.


Total expected points is what you expect in a normal sprint to complete - i.e. this is either based on your velocity and team size, or it is specified manually for a sprint.


Total complete points is the number of points you have completed so far i.e. the number of stories marked as accepted.


Explicit velocity is present if you specify an expected velocity for the sprint as opposed to letting it be calculated for you.


Finally, please note that whilst some values appear to be strings such as "15.0", they are in fact decimals.  All values are decimals or integers.