When I run the Velocity report, it is including all stories, regardless of
status. I previously had been only setting the TODO to 0 to indicate when
tasks were finished, and thus the rollup of TODO would indicate when the
task was finished. This worked fine for keeping the progress bars for each
sprint up to date. The status of the story was left blank. However, the
velocity report is calculating the velocity based on the total Story
Estimate for all stories, unfished or not. So I thought "Ok well I'll
start setting the story status". So for the next sprint we haven't started
on yet, I set all the stories to Future. Yet the velocity report is still
counting them. According to version One documentation, the Velocity
includes all Accepted stories. I tried setting some past stories to
Accepted also. none of this changes the Velocity report at all. It
appears to be counting all stories, regardless of status.