如何防止 Azure DevOps 中的新待办事项自动出现在看板上

huangapple go评论61阅读模式
英文:

How to prevent new Backlog items in Azure DevOps to automatically appear on Kanban board

问题

我是新手,正在尝试在Azure DevOps中创建任务和问题,首先要将它们添加到待办事项列表中,而不会立刻出现在看板上。只有当任务准备好时,它们才应该出现在看板上。然而,每次我创建新任务或问题时,它们都会自动出现在看板上。我该如何阻止任务自动出现在看板上?

英文:

I am new to Azure DevOps and I am trying to create tasks and issues in the backlog first without appearing on the kanban board, and when tasks are ready they should appear on the kanban board. However every new task or issue I create they all appear on the kanban board. How can I prevent the tasks from automatically appearing on the Kanban board?

如何防止 Azure DevOps 中的新待办事项自动出现在看板上

如何防止 Azure DevOps 中的新待办事项自动出现在看板上

答案1

得分: 0

你不能这样做,因为看板板等于你的待办事项列表。你可以考虑:

  1. 使用标签来标记已准备好的工作项。
  2. 为问题添加自定义状态,然后在看板上使用它:https://learn.microsoft.com/en-us/azure/devops/organizations/settings/work/manage-process?view=azure-devops
  3. 使用另一个包含所有所需状态的更复杂的流程。例如,Scrum:

此外,你可以隐藏“新建”列:

英文:

You can not do that because the Kanban board is equal to your Backlog. You may consider:

  1. Using tags to mark ready work items.
  2. Add your custom state for issues then use it on the board: https://learn.microsoft.com/en-us/azure/devops/organizations/settings/work/manage-process?view=azure-devops
  3. Use another more complex process that contains all the needed states. As an example, Scrum:

如何防止 Azure DevOps 中的新待办事项自动出现在看板上

Additionally, you can hide the New column:

如何防止 Azure DevOps 中的新待办事项自动出现在看板上

huangapple
  • 本文由 发表于 2023年2月18日 23:05:54
  • 转载请务必保留本文链接:https://go.coder-hub.com/75494224.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定