...
Approach Name | Description | Example Estimate Values | Example Velocity |
---|---|---|---|
Story Points | How many story points would you estimate for this work, based on its complexity and effort? | A team might estimate an issue as | For the past 5 sprints, the team has averaged completing 23 points a sprint. The velocity would be |
Combined Days | How many combined total days of work will the issue take across all team members? | The work will require 2 days of designer time, 5 days of developer time, and 1 day of QA time, for a total of | There are 5 team members in total, and each sprint lasts 10 days. Each sprint completes |
Team Days | How many days of work the issue will take if the entire team is working on the issue and is able to be fully utilized? | The work will take | If a sprint lasts 15 days, there are 15 “team work days” each sprint. The velocity would be |
Half Team Days | How many days of work the issue will take if half the team is working on the issue? | The work will take | If a sprint lasts 15 days, there are 30 “half-team work days” each sprint. The velocity would be |
Team Weeks | How many weeks of work the issue will take if the entire team is working on the issue and is able to be fully utilized? | The work will take | If a sprint lasts 15 days, there are 3 “team work weeks” each sprint. The velocity would be |
Sprint Length
How many days each sprint takes. This is typically a multiple of 5.
This defaults to 10
for a two-week sprint.
Tracks
On average, how many parallel issues of this type the team will work on at once.
...