Tiiko
Tiiko

Reputation: 11

Why did most work items disappear from AzureDevOps?

I created a testing environment with dummy work items including epics, features, user stories, issues, tasks, etc. - several work items of each type and all added to the same sprint called "internal testing".

The work items are only shown in the "work items" page. I cannot see any work item in the sprints taskboard and backlog for the "internal testing" sprint. However, the backlog page does show an accurate count of the work items that should be part of this sprint.

Can someone please help me fix this issue? Why are my work items not shown?

Upvotes: 1

Views: 1754

Answers (2)

Jacques
Jacques

Reputation: 7135

Another possibility, which was my case, is when your user story is assigned to a previous sprint, but has Tasks assigned to the current sprint. Creating a task for this user story on the sprint board will automatically assign the previous sprint to the new task.

E.g.
Test User Story (assigned to Sprint 16)
-- Task 1 (assigned to Sprint 17 - this will cause the task as well as the User Story to appear in sprint 17)
-- New Task 2 (will automatically adopt the User Story's sprint number)

  1. "Test User Story" should not appear in sprint 17 but does due to the fact that Task 1 is assigned to sprint 17
  2. Creating New Task 2 on the sprint board under Test User Story, will display for a second or so before disappearing. You'll find it in the backlog under the Test User Story, but with the User Story's sprint number instead of the current sprint.

Solution is to change the sprint of the new task, or in my case I moved the user story into the backlog and then make sure I only pull Tasks into the sprint to avoid this happening in future.

Upvotes: 0

Walter
Walter

Reputation: 3058

Why are my work items not shown?

If you add issues as the child of user stories and tasks as the child of issues, the work items will disappear in the sprints.

enter image description here

Issues are not displayed on any backlog or board by default. enter image description here Please try the following workarounds:

  1. Change the link type between work items from child to other types such as related.
  2. If you are using an inherited process, you can add issues to iteration backlog: enter image description here

Then, add issues and tasks as child of user stories:

enter image description here

Result:

enter image description here

Upvotes: 0

Related Questions