Reputation: 67
Im starting to work with Azure DevOps and i got the task to change the hierarchy of the backlogs.
I want to add another hierarchy layer between the Feature Level and the Requirements Level.
Is there a way to configure Azure DevOps that way?
Upvotes: 0
Views: 838
Reputation: 1122
You could look into this doc for customizing backlogs, follow the route of organization_setting --> Process --> Traget_process --> Backlog_levels, and you could choose to add a new backlog level or manage other layers.
Once you finish the settings above, you could check out your customization in backlogs of boards with screenshots below. You could choose the layers that displaying in your backlogs.
Bug-type are usually not displaying in the backlogs, but you could change the settings to display it in requirement level of Stories.
Upvotes: 1