Request only work items assigned to me in Team Foundation server

We have projects from 3 project collections in TFS 2010.

Currently, when a user launches a work item request, that user can see all work items in the projects that they have access to. How can I limit this so that users can only view work items where the [Assigned To] field is set for them?

+4
source share
1 answer

You can create new queries by right-clicking in Team Explorer. My work items are a popular request and may already be created for you. Try editing several existing queries to see how to structure them. Here is my view on VS 2012 - if you use 2010, the user interface will be different, but not the syntax:

enter image description here

+2
source

Source: https://habr.com/ru/post/1438866/


All Articles