I am connected to a TFS server, and when I create a work item (Bug, Task, etc.), the \"Assign To\" shows WAY too many users. I cannot find a way to limit the users shown tha
Here's what you should do:
Download the Work Item Type definition that you want to modify (e.g. Bug, Task):
witadmin exportwitd /collection:collectionurl /p:project /n:typename [/f:filename]
This will give you the WIT's definition, in XML format.
Importing your changes:
witadmin importwitd /collection:collectionurl /p:project /f:filename
That's it. Your work item type is now limited to the people you want.