Dbevington
Dbevington

Reputation: 11

Can I display user stories, tasks, and bugs using Azure DevOps Sprint Boards?

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:

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:

Image of sprint - only tasks showing grouped by person

Upvotes: 1

Views: 3273

Answers (1)

Bhargavi Annadevara
Bhargavi Annadevara

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.

Group by backlog items

So the Taskboard would then look like:

Taskboard grouped by Backlog items

You can additionally use the filters available to filter by work item types, states, assigned to etc..

Upvotes: 0

Related Questions