有沒有辦法將現有的“功能”分配給史詩? (Is there a way to assign existing "feature" to epic?)


問題描述

有沒有辦法將現有的“功能”分配給史詩? (Is there a way to assign existing "feature" to epic?)

我們在線使用 Visual Studio 作為我們的積壓/衝刺計劃系統。現在 VSO 開發團隊已經引入了定義 史詩 的可能性,這很棒。

但問題是我已經有完整的 backlog 功能和 backlog 項目。我找不到如何將這些功能分配給新創建的史詩的方法......(如果我先創建了積壓項目,然後再創建一個相同的 ‑ 如果我創建一個功能,我找不到如何附加上述內容的方法積壓項目到新創建的功能)

我被卡住了,無法找到實現這一點的方法。有可能嗎?有人能解釋一下嗎?


參考解法

方法 1:

Yes, follow the steps below to accomplish this:

From Epics:

  1. Open the Epics item.
  2. Click "Link to..." button under "Features" tab.
  3. Select "Child" link type and enter the ID of the feature you'd like to assign to this Epic. enter image description here

From Features

  1. Set "Mapping" to "On" and you will see the Epics listed in the right panel.
  2. Drag and drop the feature to the Epic you'd like to assign.enter image description here

Or you can also:

  1. Open the feature item.
  2. Click "Link to..." button under "All Links" tab.
  3. Set "Link Type" to "Parent" and enter the ID of the Epic you'd like to assign.

enter image description here

The steps above can be also used when you want to assign backlog item to feature.

方法 2:

An easier way is to use the "Mapping" pane on the "Backlogs" tab:


#azure-devops #scrum






相關問題

Visual Studio Online Build - Visual Studio SDK 和 Modellng SDK (Visual Studio Online Build - Visual Studio SDK and Modellng SDK)

有沒有辦法將現有的“功能”分配給史詩? (Is there a way to assign existing "feature" to epic?)

在路徑 Visual Studio Team Services 中找不到 curl (curl was not found in the path Visual Studio Team Services)

遠程 TFS 2015 到 Azure Devops(私有云)遷移 (Remote TFS 2015 to Azure Devops (private cloud) Migration)

無法再推送到 myProject.visualstudio.com (Can't push to myProject.visualstudio.com anymore)

使用 Visual Studio Code 連接 AzureDevOps Git 存儲庫時出現問題 (Issue in connecting AzureDevOps Git repo using Visual Studio Code)

適用於 Azure DevOps 和本地 PC 的發布生成事件 (Post Build event that works on both Azure DevOps and Local PC)

使用 Azure Devops 進行 CI/CD 部署 (CI/CD Deployment Using Azure Devops)

取回我創建的 DevOps 組織的所有權 (Get back ownership of DevOps organization that was created by me)

在使用源代碼管理時,我如何才能對源代碼的不同部分的用戶組擁有不同的權限? (While using source control, how can I have different permissions for groups of users for different parts of the source code?)

在 Azure DevOps 中自動更改用戶的訪問級別 (Automatically change access level on a user in Azure DevOps)

Azure DevOps Powershell 獲取與構建管道相關的工作項 (Azure DevOps Powershell get work item related to build pipeline)







留言討論