Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSO and multiple projects for a single product team

We have a team of around 10 developers working on a new product.

We have split this product into two team projects on Visual Studio Online. Developers can work on both projects during any one sprint. Although we have two team projects, the entire team works together as one agile unit.

Why did we do this?

  • We want separate product backlogs
  • Each project has their own Product Owner

But this has led to two problems:

  • We have two burn downs, which can make it difficult to track team progress.
  • We have to split individuals' capacity between two projects, which is not easy to do in Sprint Planning and also makes it difficult to track individual progress.

I feel like this may be a common problem. Does anyone have experience here? Any suggestions?

like image 420
Dave New Avatar asked May 05 '15 06:05

Dave New


People also ask

Can a scrum team work on multiple projects?

A Scrum Team works from one, and only one, Product Backlog. Multiple projects can feed into the Product Backlog, but it is the job of the Product Owner to sequence all inputs into a single, prioritized Product Backlog for the Scrum Team.


1 Answers

You should have both teams in the same team project. You c Dan create multiple teams that all exist within the same team project and get their own backlogs.

http://nakedalm.com/creating-nested-teams-visual-studio-alm/

Most of my customers have moved to a single team project and I have a simple rule:

"If you have assets that are related (with assets defined as code, people, or work items) then you should be in a single team project."

I just got done in London merging about 15 team projects into one so that the entire org can work together. This was 6 teams across about 12 products, all moved to one team project.

The only effective way to collaborate is within a single bucket of work.

like image 146
MrHinsh - Martin Hinshelwood Avatar answered Nov 15 '22 09:11

MrHinsh - Martin Hinshelwood