Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I add multiple projects on the same Azure DevOps Board?

I have two Projects in one Organization (like in the attached image below).

I would like to see the items from both Projects in the same Azure DevOps Board (dashboard).

Azure DevOps Boards (dashboards) show just the items from the selected Project.

How can I add items (User Stories) from both Projects to the same Azure DevOps Board?

(There is pretty good documentation on https://learn.microsoft.com/en-us/azure/devops/boards/?view=azure-devops but I did not find the answer)

enter image description here

like image 647
jMiguel LA Avatar asked Jul 23 '19 08:07

jMiguel LA


2 Answers

How I can add multiple projects on the same Azure DevOps Board?

Just as we know, Azure DevOps Board is associated with an Iteration Path(Agile). An iteration path only exists within the context of a Team Project. So, Azure DevOps Board boards by their current implementation live only within a Team Project.

As a workaround, you can try to use the extension Delivery Plans, with Delivery Plans, you gain tailor-made views across several teams and their development backlogs—stories, features, or epics. You can use these views to drive alignment across teams by overlaying several backlogs onto your delivery schedule:

Check the document Managing project schedules across teams with Delivery Plans for some more details.

BTW, there is a user voice Single Dashboard for Multiple Projects, which is on the roadmap, you can vote and track the feedback from this ticket.

Hope this helps.

like image 144
Leo Liu-MSFT Avatar answered Nov 05 '22 07:11

Leo Liu-MSFT


You cannot do that. I think you have to use one team project and several teams. Just create separate teams for each project. Azure DevOps will create an area path for each team. Then each team will use their own backlogs. In the default project team you can select "Include sub areas," and then you will see items for all teams (or projects). enter image description here

Additional links:

  1. Add a team, move from one default team to several teams
  2. Define area paths and assign to a team
like image 5
Shamrai Aleksander Avatar answered Nov 05 '22 05:11

Shamrai Aleksander