BrilBroeder
BrilBroeder

Reputation: 1579

AzureDevops : howto maintain sprint order in query?

When drag-dropping items in Boards | Sprints one can change the order. We use this while discussing with the team and use that order as 'what should be done first'.

In a query selecting items from the current sprint, that order is not preserved and there seems no field to filter on to get the items in the same order as in the sprint.

Any suggestions ?

Upvotes: 2

Views: 3692

Answers (1)

Kevin Lu-MSFT
Kevin Lu-MSFT

Reputation: 35259

According to your requirements, you could try to use the “Backlog priority(Scrum) or stack rank(Agile, CMMI, Basic)” field to order the work item in query.

Here are the steps:

Step1 : Select the “Tree of work items” query and set the Filter options :”Parent/Child”

Query Settings

Step2: Add the column “Backlog priority“ or ”stack rank ”. You could set the column as ascending order.

Column

Then the sorting in query will be similar to that in sprint.

Here is a doc about “Backlog priority “or ”stack rank ”.

Upvotes: 11

Related Questions