Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Easy way to find un-parented stories

Tags:

azure-devops

I had been adding a lot of stories these days to a VSTS project. Some of them have parent Features. Is there a way to list all stories with their parents and thus find out which all are unparented.

Right now, I have to open each story and find it out myself on whether its parented or not.

like image 567
Anoop K. Prabhu Avatar asked Oct 10 '17 14:10

Anoop K. Prabhu


2 Answers

You could use work item query to achieve this. There is a filter work items and direct links

enter image description here

For your situation, you need to select Only return items that do not have matching links with parent link types, detail query please refer below screenshot:

enter image description here

like image 147
PatrickLu-MSFT Avatar answered Oct 25 '22 20:10

PatrickLu-MSFT


Instead of creating a Query you can go to the Backlog and choose "Parents" in the view option menu. In the backlog list at the bottom is a group of unparented stories. This is probably a new feature made after the question was asked.

Adding the image so its easy to find

enter image description here

enter image description here

like image 23
Carsten Avatar answered Oct 25 '22 19:10

Carsten