azureazure-devopsazure-boardskanban

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


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?

enter image description here

enter image description here


Solution

  • 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:

    enter image description here

    Additionally, you can hide the New column:

    enter image description here