Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to manage multiple teams using Visual Studio Scrum 1.0 and TFS [closed]

We are using Scrum 1.0 with TFS to manage our project. There are 2 (soon to be 3) teams who work on different Sprints at the same time. This seems to cause problems for TFS though as the Sprint Burndown charts become skewed and completely incorrect.

I have moved both teams under the same Iteration Path/Sprint and we have been differentiating them by Area. But this is not ideal.

My question is really about how other teams are using Scrum 1.0 to effectively run multiple Sprints at the same time. We would really like to have the Sprint Burndown and Velocity reports for each of the Scrum teams at the very least.

Thanks very much, John

like image 671
John Mc Avatar asked Nov 22 '11 17:11

John Mc


2 Answers

We were advised to use the Iteration Path to identify teams. We're using the Agile 5.0 template, but I don't think that matters. We have 8 teams, so we have the iterations set up like this:

\
\Sprint 1
\Sprint 1\Team 1
...
\Sprint 1\Team 8
\Sprint 2
\Sprint 2\Team 1
...
\Sprint 2\Team 8

This is also far from ideal, but using Excel simplifies sprint planning. Each team created their own queries to see their work, and they change the query each sprint. The downside is that none of the built-in reporting works. I read the latest Agile Software Engineering with Visual Studio book, but it did not provide any insight into how this could be done better.

like image 169
William Randlett Avatar answered Oct 23 '22 00:10

William Randlett


We tried to do the same thing and ended up just using TFS as if it was one team and one sprint since that was the easiest way for all the reports to work and upper management to see the big picture easily. We created sub reports based on the teams to help drill down.

I'm sure there is a better way in TFS, maybe creating your own field in the template for a team number and modifying the reports. We were not allowed to change anything in the templates.

like image 30
William Avatar answered Oct 23 '22 00:10

William