Reputation: 11
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".
Can someone please help me fix this issue? Why are my work items not shown?
Upvotes: 1
Views: 1754
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)
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
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.
Issues are not displayed on any backlog or board by default.
Please try the following workarounds:
Then, add issues and tasks as child of user stories:
Result:
Upvotes: 0