mozilla / scrumbugz

Scrummy look at Bugzilla data. Discuss in #scrum on irc.mozilla.org.
http://scrumbugz.rtfd.org
Other
32 stars 20 forks source link

Add velocity to sprints #4

Open pmclanahan opened 12 years ago

pmclanahan commented 12 years ago

V = # Points Completed / Sprint and V = #PC / Day and V = #PC / Day / Dev

Also

Days = (sprint_end or date #pts == 0) - sprint_start

groovecoder commented 12 years ago

I'll take a stab at this ...

bensternthal commented 12 years ago

Pmac and I spoke about this. We deff want to add velocity. Adding to future milestone.

openjck commented 12 years ago

+1. This would be fantastic.

I really like having a few different averages. Mike Cohn recommends three:

Keep in mind, though, that sprints are not always the same length (at least on our team). I usually calculate velocity/day, and then multiply that number by the number of days in the new sprint. Take a look at my old velocity spreadsheet for an example.

pmclanahan commented 12 years ago

Great suggestions. I'm in favor of all of these numbers. We'll hopefully get this done sooner than later. Thanks for the feedback!