Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Query only work items that are assigned to me in Team foundation server [closed]

Tags:

tfs

workitem

We have projects in 3 Project Collections in TFS 2010.

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

like image 990
Ali Reza Pooneh Avatar asked Oct 23 '22 07:10

Ali Reza Pooneh


1 Answers

You can create new queries by right-clicking in Team Explorer. "My Work Items" is a popular query and may already have been created for you. Try editing a few existing queries to see how to structure them. Here's how mine looks in VS 2012 - if you're using 2010 the UI will be different, but not the syntax:

enter image description here

like image 61
Kate Gregory Avatar answered Nov 03 '22 06:11

Kate Gregory