我们最近开始使用TFS 2012作为SCRUM方法,下面是我们当前的结构。我们在Product Backlog页面中显示sprint循环时遇到了问题:
> Team Project 1
> |_Iteration 1
> |_ Sprint 1 of Iteration 1 (Start Date: 04/7/2014 End Date: 04/25/2014)
> |_Iteration 2
> |_ Sprint 1 of Iteration 2 (Start Date: 04/7/2014 End Date: 04/11/2014)
> |_ Sprint 2 of Iteration 2 (Start Date: 04/14/2014 End Date: 04/18/2014)
> |_ Sprint 3 of Iteration 2 (Start Date: 04/21/2014 End Date: 04/25/2014)
> |_ Sprint 4 of Iteration 2 (Start Date: 04/28/2014 End Date: 05/2/2014)
>
>
> When I look at the Product Backlog Page, this is what I see:
> Current
> |_ Sprint 1 of Iteration 1 (Start Date: 04/7/2014 End Date: 04/25/2014)
> Future
> |_ Sprint 1 of Iteration 2 (Start Date: 04/7/2014 End Date: 04/11/2014)
> |_ Sprint 2 of Iteration 2 (Start Date: 04/14/2014 End Date: 04/18/2014)
> |_ Sprint 3 of Iteration 2 (Start Date: 04/21/2014 End Date: 04/25/2014)
> |_ Sprint 4 of Iteration 2 (Start Date: 04/28/2014 End Date: 05/2/2014)backlog页面中显示的配置是不正确的,因为"Sprint 1 of Iteration 2“是在未来显示的过去完成的sprint,而"Sprint 2 of Iteration 2”是在未来显示的当前sprint。TFS 2012中是否需要进行配置更改?
发布于 2014-04-18 22:41:24
您的迭代日期有问题。迭代不是并行处理的时间盒。你应该把它们看作是高位冲刺。
因此,在您的示例中,迭代1和迭代2的sprint 1似乎是在同一天开始的,而这样的事情不可能发生。在完成迭代1之前,您不能跳转到迭代2。我认为您正在使用迭代作为项目分支,对吗?
https://stackoverflow.com/questions/23089422
复制相似问题