简体   繁体   English

在 Azure DevOps 中,在 Scrum 项目中,将工作类型标签从“产品待办事项”更改为“用户故事”

[英]Within Azure DevOps, in a Scrum project, change the work type label from "product backlog item" to "user story"

Default hierarchy in ADO using SCRUM config option is epic>feature>product backlog item>task.使用 SCRUM 配置选项的 ADO 中的默认层次结构是史诗>功能>产品待办事项>任务。 This is causing confusion for my teams (confusion = waste).这给我的团队造成了混乱(混乱 = 浪费)。 I would like to change it to epic>feature>user story>task.我想将其更改为史诗>功能>用户故事>任务。 This is the default when configuring in "agile" but not in "scrum".这是在“agile”而不是“scrum”中配置时的默认设置。

I have watched a 2 hour video that mentions that at the org level you can change it, but it does not show where.我看过一个 2 小时的视频,其中提到在组织级别您可以更改它,但它没有显示在哪里。 I have parsed through all the configuration pages and I did find "work item type" with an ellipsis... but only option was to delete.我已经解析了所有配置页面,我确实找到了带有省略号的“工作项类型”……但唯一的选择是删除。 I expected to see "product backlog item" but it was not shown.我希望看到“产品积压项目”,但没有显示。

Hello and welcome to Stack Overflow!您好,欢迎来到 Stack Overflow!

Yes, this is achievable by tweaking the Organization Settings.是的,这可以通过调整组织设置来实现。 You can find it on the landing page of your organization: https://dev.azure.com/{yourorganization}您可以在组织的登录页面上找到它: https://dev.azure.com/{yourorganization} : https://dev.azure.com/{yourorganization}

组织设置

Or you may also directly navigate to: https://dev.azure.com/{yourorganization}/_settings/process to browse through the Process settings for your organization.或者,您也可以直接导航到: https://dev.azure.com/{yourorganization}/_settings/process : https://dev.azure.com/{yourorganization}/_settings/process {yourorganization}/_settings/process 浏览组织的流程设置。

You will find Agile , Basic , Scrum , and CMMI listed within, which are System processes, and hence are locked from being changed.您会发现其中列出了AgileBasicScrumCMMI ,它们是系统进程,因此被锁定无法更改。 What you can now do is to create an inherited process as shown in the screenshot below您现在可以做的是创建一个继承的进程,如下面的屏幕截图所示

流程设置

Click on the newly created process to see the defined workitem types.单击新创建的流程以查看定义的工作项类型。 It is here that you may disable Product Backlog Item and add User Story as a new workitem type.在这里,您可以禁用产品待办列表项并将用户故事添加为新的工作项类型。

工作项类型

Then you may switch over to the Backlog levels tab and edit the Requirement backlog section to configure the User Story work item type as a backlog level and set it to be the default work item type, as shown below:然后您可以切换到Backlog levels选项卡并编辑Requirement backlog部分,将 User Story 工作项类型配置为 backlog level 并将其设置为默认工作项类型,如下所示:

编辑积压级别

After this is saved, you should be able to emulate the workflow you desired: Epic > Feature > User Story > Task .保存后,您应该能够模拟所需的工作流程: Epic > Feature > User Story > Task

I tried the above mentioned steps on a Test project I had, and voila, was able to get the following structure created as under:我在我拥有的测试项目上尝试了上述步骤,瞧,能够创建以下结构:

测试Scrum工作流

Please try and check if this fits your requirement.请尝试检查这是否符合您的要求。

Hope this helps!希望这可以帮助!

References for additional reading:补充阅读参考:

暂无
暂无

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

相关问题 Azure Devops,如何在 devops backlog 中添加“工作项类型” - Azure Devops, how to add “Work Item type” in devops backlog Azure DevOps:将项目流程从 Scrum 更改为基本 - Azure DevOps: Change Project Process from Scrum to Basic 如何使用 Apache NiFi 创建 Azure DevOps 产品待办事项 - How to create Azure DevOps Product Backlog Item using Apache NiFi 有没有办法从 Azure DevOps API 中提取积压项目数据? - Is there a way to pickup backlog item data from the Azure DevOps API? azure devops 中缺少将流程按钮从敏捷更改为 scrum - Change process button from agile to scrum is missing in azure devops Azure Devops Wishlist backlog(StakeHolder 创建工作项,但不要编辑) - Azure Devops Wishlist backlog (StakeHolder create Work Item, but don't edit) Azure DevOps 工作项类型通知条件 - Azure DevOps Work Item Type Condition for Notifications Azure 开发操作:无法将产品待办事项项移动到另一个项目 - Azure Dev Ops: Can't Move Product Backlog Item to another Project 如何在 Azure Devops 中将团队下的工作项移动或复制到同一项目中的另一个团队? - how to move or copy work item under a team to another team within same project in Azure Devops? 如何使用 azure devops python api。 需要一些示例:获取用户故事信息、创建用户故事、更改状态 - How to use azure devops python api. Need some examples: get user story info, create user story, change status
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM