0
votes

Azure DevOps back log doesn't show completed epics

Am wondering how to create a backlog query of my own that shows "everything" .. i.e. All Epics ..

Microsoft mentioned this but unfortunately their support article image link to show how to query this is no longer present. https://developercommunity.visualstudio.com/content/problem/320703/epics-in-done-state-no-long-visible-in-backlog-vie.html

I'm also interested in the "drill down" ability as per the Dashboard .. Epics to Features, to User Stories to tasks and bugs .. Seems a query result doesn't have this easy drill down as per the dashboard.

1

1 Answers

1
votes

The completed Epics work item are still showing in Boards.

You can create query to show all the Epics. See below:

Navigate to Queries-->New Query-->Set the query condtion like below.

enter image description here

See here for more information.

After the query is created. You can then add the query result to Dashboard. See below screenshot.

enter image description here

Update:

Check below screenshot to change the permission to contribute the shared group.

enter image description here

enter image description here