简体   繁体   English

如何在同一个 Azure DevOps Board 上添加多个项目?

[英]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 板(仪表板)中看到来自两个项目的项目。

Azure DevOps Boards (dashboards) show just the items from the selected Project. Azure DevOps 板(仪表板)仅显示所选项目中的项目。

How can I add items (User Stories) from both Projects to the same Azure DevOps Board?如何将两个项目中的项目(用户故事)添加到同一个 Azure DevOps Board?

(There is pretty good documentation on https://docs.microsoft.com/en-us/azure/devops/boards/?view=azure-devops but I did not find the answer) https://docs.microsoft.com/en-us/azure/devops/boards/?view=azure-devops上有很好的文档,但我没有找到答案)

在此处输入图片说明

How I can add multiple projects on the same Azure DevOps Board?如何在同一个 Azure DevOps Board 上添加多个项目?

Just as we know, Azure DevOps Board is associated with an Iteration Path(Agile).正如我们所知,Azure DevOps Board 与迭代路径(敏捷)相关联。 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.因此,Azure DevOps Board 板按其当前实施仅存在于团队项目中。

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 documentManaging 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.希望这可以帮助。

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. Azure DevOps 将为每个团队创建一个区域路径。 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).在默认的项目团队中,您可以选择“包括子区域”,然后您将看到所有团队(或项目)的项目。 在此处输入图片说明

Additional links:附加链接:

  1. Add a team, move from one default team to several teams 添加团队,从一个默认团队移动到多个团队
  2. Define area paths and assign to a team 定义区域路径并分配给团队

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM