user13448825
user13448825

Reputation: 41

AzureDevops Boards - task items not showing, Agile

i have agile process,

in board i can only see User Story-s and Bugs, Task work items not visible in boards,

is it possible to show task work items in boards?

Upvotes: 3

Views: 5457

Answers (1)

Levi Lu-MSFT
Levi Lu-MSFT

Reputation: 30383

It is by design that Task work items not shown as cards in boards. They are shown as child work items in the User stories cards. This is because they are in different categories of work item.

In Azure devops Agile process. User Stories and Tasks are used to track work, Bugs track code defects, and Epics and Features are used to group work under larger scenarios.

Epics, Features and User Stories, Bugs(Configurable) are also backlog items, as illustrated in the below image. Check here for more inforamtion

enter image description here

And Boards is designed to manage backlog items. Please check here for more information.

  • Implement Kanban methods
  • Define work your team is tasked with by defining user stories, product backlog items, or requirements
  • Monitor progress and update the status of work items by drag-and-drop to a column
  • Add details and estimates to your backlog items
  • Quickly define tasks for backlog items
  • Add, run, and update inline tests

To display Task work item in User Story Card, Please check out the documents Customize your Kanban Board checklist items.

Upvotes: 4

Related Questions