azure-devopsbacklog

Query regarding Backlog Levels in Azure Devops


enter image description hereI'm trying to configure and customize the Azure DevOps tool as per the requirement for my application development team. In the boards setting, I have selected the option "Bugs are managed with Tasks" to get a good view of my sprint items. However, my team reports post production issues as Bugs in the tool and enabling the above mentioned setting doesn't allow me to view these Bugs in the Kanban Boad. Reason is they are not linked with any User Story.

I have been exploring the options in Backlog levels options available in the Processes settings and found that the Backlog level "Stories" is tagged only for User Story.

My query here is can i try linking Bug and Task to the already existing "Stories" backlog level. Azure DevOps does gives option to create a custom backlog level and custom Work item type. I would like to customize the existing functionality to best fit my team. Please let me know if there is a work around.


Solution

  • Query regarding Backlog Levels in Azure Devops

    This behavior is by designed and there is no way to fix it at present for the exists Work item type Bug.

    Because there is only one requirement backlog and it cannot be removed, but can be renamed and edited:

    enter image description here

    There is an user voice about this request on the Developer Community.

    As workaround, we could create a custom the Work item type and add it to backlog level, for example, I create a custom Work item type BugWithoutTask, then add it portfolio backlog:

    enter image description here

    Then go to backlog settings and enable new backlog:

    enter image description here

    Now, we could these BugwithoutTask in the Kanban Boad:

    enter image description here

    You could check this document for some more deails. Hope this helps.