How to suppress machine accounts in TFS work items -


In our TFS implementation, if I am creating a bug report, assigned "drop down" I can see backup account, and some others who have been made mandatory by our IT department).

I think these accounts appear because they have been assigned administrator privileges on the local server, and so they are the Team Foundation Server Administrators.

I would like to know that there is a way to filter these accounts. It is possible that some similar filters may be applied on Sharepoint as described here:

It involves a bit more than that. You can do it like this (maybe more, but this is what comes into the mind immediately).

First of all, you need to rest in editing the type definition of your type of work.

First of all, install TFS Power Tools or it will give you the tools needed to edit tool items.

This is done once, open Visual Studio, and go to Menu Tools-> Process Editor-> Open WIT from Server

Work Item Type Open which you want to change to the drop down list to assign. Double click on to assign , go to Rules and double click on ALLOWEDVALUES .

When you do this, you will see a list of allowed values ​​in our special case, it is restricted to [Project] \ Contributor and [Project] \ Moderator

What you can do That is to create a new group in the TFS project (or at the server level) that is assigned (or something) with all the people you want to be able to assign, then delete the allowed values ​​in the work item and [Project Interpretation] Add \ Assignees.

Once you have done, you save the definition of the job item type back to the server

Alternatively, you can be a global To be able to create a list, and to be able to create a global list for you,

Alternatively, you have to refresh (for example, close and re-open Visual Studio). Use it as a list of exclusion values. I would need to try it first in the controlled environment.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -