Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show list of work items I am following in VSTS?

Is there absolutely any way (backlog query, web page, Visual Studio, or via API) to get a list of work items that I have clicked Follow on in Visual Studio Team Services?

follow button in VSTS

like image 657
Jay Wick Avatar asked Jun 21 '16 02:06

Jay Wick


People also ask

How do I see all work items in Azure DevOps?

To view Work Items, choose Boards. You can view recently created, updated, and completed work items. By default, completed work items are hidden. To show them, choose view options, and switch the slider to show Completed Work Items.

How do I view work items in Visual Studio?

You can start viewing and adding work items once you connect to a project. (1) Check that you've selected the right project, then (2) choose Boards>Work Items. Open Visual Studio 2019, Team Explorer, and then choose Work Items.

How do I search for a work item in Azure DevOps?

Search by work item IDEnter the work item ID in the Azure DevOps title bar to quickly go to it. Searching for a work item ID opens the work item in a modal dialog, providing quick access to read and edit work items.


2 Answers

This does exist in Azure DevOps under Boards -> Work Items. Furthermore, you can create your own query. For example, I have a query that displays to a user all items they created and includes any items they are following. Set the field to ID, the Operator to In, and the Value to @Follows. Basically stating, "Show me items where the ID is in my list of items I am following."

Azure DevOps Query

like image 92
eccsolutions Avatar answered Sep 23 '22 18:09

eccsolutions


In Azure DevOps it is on Boards -> Work Items, then in dropdown list select "Following".

Boards -> Work Items -> Following

like image 13
nt86 Avatar answered Sep 22 '22 18:09

nt86