0

we use Scrum as the process in our Azure DevOps project.

when i am in the Backlog and have selected Epics I can see all my Items but when I switch to Features or Backlog items I can not see them all.

1

2

I am confused, is it a bug or am I doing something wrong

Thanks for your help Christian

  • 1
    Are you filtering by a keyword or something? Press the filter button at the top right corner. Check for the filter you're using – Mohamad Mousheimish Apr 29 '20 at 11:31
  • In our case we were using a weird hierarchy (feature -> user story -> epic -> work item / bug, please don't challenge it) so that only work items respecting the official hierarchy would be displayed (even partially, i.e. epic -> work item would show). Reverting all work items to the official hierarchy allows us to use backlogs and taskboards entirely. https://stackoverflow.com/a/72877849/1945549 brought me to the solution. – Roland Sarrazin Apr 24 '23 at 12:02

1 Answers1

1

Some feature items are not displayed when you switch to Features, this is because these items are owned by other teams.

From the document ,we can know that :

Items that are owned by other teams appear with an information icon,enter image description here.

If you want to display these items, you need to switch to the corresponding team.

Below is my reproduction:

enter image description here

enter image description here

enter image description here

Hugh Lin
  • 17,829
  • 2
  • 21
  • 25
  • 2
    thank you, that was a hint in the right direction. i actually had only one Team but the items were owned by another Team because the Area Path was owned by the Team – Christian Schmidt Apr 30 '20 at 06:24