Reputation: 11
In Azure DevOps, I am setting up my team's 2-week sprints. I have the setting enabled: Bugs are managed with tasks. This is so that our user stories and bugs are at the same level and display in our product backlog.
Image of bug settings:
The problem, is that some of our bugs are simple enough, they don't require a task to be created against it. However, the sprint boards ONLY show tasks per person. Is there a way to show all tasks, user stories, AND bugs assigned per person per sprint??
Image of sprint - only tasks showing grouped by person:
Upvotes: 1
Views: 3273
Reputation: 5512
Grouping by team members is only one way of showing work items on the Taskboard.
You can switch to grouping by Backlog items. This should give you a crisp view of all Work items scheduled for the sprint along with the progress of each.
So the Taskboard would then look like:
You can additionally use the filters available to filter by work item types, states, assigned to etc..
Upvotes: 0