How to know how much a story has progressed in a given time-period.
Hi,
Is there a way, we can view the progress on a Story (by time-period), without looking into each of children?
e.g.
- A Story has 4 children (two each for coding and testing).
- Story implementation is distributed between three team members, working in parallel.
- Assuming, each team member updates his work on time, is there a way, I can view the progress on the Story by time period (say - how much it progressed in last two days). This time period can be configurable.
(The story progress bar shows the overall status but it can't be ascertained the progress in a specific time-period).
Thanks.
One answer
Plan snapshots show overall progress in a given time-period for a plan (See snapshots). Here is a way that I can think of for showing individual progress of a story.
Create a scoped plan (see scoped plans) which only shows StoryA. The scoped expression could be filedAgainst=CategoryA, where StoryA is filed against it. Then use snapshots in a usual way, and that will give you a picture of the status in a given time-period (comparing snapshots).
Hope that helps.