Ivan-Mark Debono
Ivan-Mark Debono

Reputation: 16290

Work item not showing up in VSTS backlog or board

I've created a task, assigned most properties (including iteration) and saved it. However it's not showing in the backlog or board.

I've manually set it to Active. But to no avail.

Originally the task was the child to another task. The parent task was also in the same iteration (but not showing up)

This is not the only work item that does not show up anywhere.

Any reason why?

EDIT

The task and user story are added to the backlog and board if the Area is, for example MyProject. If the area is 'MyProject/Modules/Customers', the task and user story do not show up.

Why is this?

Upvotes: 7

Views: 12206

Answers (3)

TidyDev
TidyDev

Reputation: 3668

I found that some items in the "New" column of a board were not being shown on page load. To fix this, I had to click on the "Find more items online" button.

To show the hidden items, this text will need to be clicked every time you load the page. Confirmed in the 2017 version of VSTS / TFS.

enter image description here

Upvotes: 1

Marina Liu
Marina Liu

Reputation: 38106

It’s usually caused by the parent task is unparented. The parent task only child task as related work, and there is no parent PBI or user stories etc as below graph.

enter image description here

For backlog and Board, they show the WITs related for PBI/user stories/Bugs. Since the tasks are not related to PBI/user stories/Bugs, so the unparented tasked won’t show in backlog and Board.

To let the tasks show in the backlog and Board, you should add PBI/user story/Bug as the parent for the parent task.

enter image description here

And the tasks, they usually in the same hierarchy (not parent-child relations). Please check the tasks, if they should not be parent-child relation, you can remove the relations in Related Work.

Reason for why the area with MyProject\Modules\Customers not show in backlog and board:

Only the selected areas will show in your team’s backlog and Board.

And the areas Modules and Customers are not added in your team. You can check in the page https://account.visualstudio.com/MyProject/_admin/_Work?_a=areas, as below screen shot, there has no team related to the sub area.

enter image description here

To add the Modules and Customers in your team, you can follow below steps:

Upvotes: 11

Daniel Mann
Daniel Mann

Reputation: 59020

Tasks don't show up in the Backlog Items view, user stories/PBIs/Bugs (configurable) do.

Assuming the task is part of an iteration, you should see it under Unparented on the task board for that iteration. In order for it to be parented, it has to be the child of a PBI/User Story or a (Bug if you have bugs as requirements configured).

Upvotes: 0

Related Questions