birdus
birdus

Reputation: 7504

How to move between backlog items without going back to list in Azure devops?

If I'm going through a list of work items (backlog) in Azure DevOps (TFS) using the DevOps web app, is there a way to move through the list of items while viewing each item in a window, without going back to the list and clicking on the next item? In other words, I want to click on the first item in the back log (it opens in a window) and view its details, then navigate directly to the next item in the list, and so on, until I'm done with the list, without first having to go back to the list between stories/items.

Upvotes: 1

Views: 593

Answers (2)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51093

According to your descriptions, what you are looking for seems to be buttons like "→" and "←" to quick move forward next or backward previous work item in the backlog list.

This is not available at the moment. However, as a workaround you could use query to list your backlog items, there should be a preview window.

You could navigate your work item in the left list of query result and check the work item details in the right or bottom .

enter image description here

If above workaround not help you, you could add your request for this feature on our UserVoice site (https://developercommunity.visualstudio.com/content/idea/post.html?space=21 ), which is our main forum for product suggestions. Thank you for helping us build a better Azure DevOps:

enter image description here

Hope this helps.

Upvotes: 1

Eric Smith
Eric Smith

Reputation: 2560

From either the backlog or workitems view you can create a query.

enter image description here

From there you can get a split view with both a list and the workitems you are dealing with.

enter image description here

Upvotes: 1

Related Questions