TFS-2015 limiting user list

后端 未结 2 1120
广开言路
广开言路 2020-12-12 07:04

After upgrading to TFS 2015 we are seeing all users in the collection being displayed as options for the Assigned To fields of a Work Item.

In 2013 we had set an AL

相关标签:
2条回答
  • 2020-12-12 07:51

    You can follow below steps:

    1. Creat a collection level group. Team Explorer-->Team Project Collection Settings-->Group Membership-->New-->Group name: MyTeam--> Double-click [your collection]\MyTem-->select Windows User or Group-->Add-->add users

    2. Create a "Issue" work item type. Tool-->Process Editor-->Work Item Types-->Open WIT from server-->Copy an existing work item type and change the name as "issue".

    3. In Field tab, double-click Assigned To-->Rules-->New-->ALLOWEDVALUES-->in ALLOWEDVALUES window, click New-->in List Item Edit window, enter [Project]\MyTeam-->OK, then save this work item type.

    For test: 4. Create a new "issue" item, in Assigned To drop down list, you can only see the users you add in MyTeam.

    0 讨论(0)
  • 2020-12-12 07:52

    In many organization, the work item type is shared across many teams. The old dropdown was long and was cluttered with people you would never assign a work item to. We heard a lot of requests to make assigning to people a much better experience.

    We have changed the work item control to a MRU control so people you care about most show up immediately. And there is a "search more" option to find people which are not in the MRU yet.

    We are aware that it is not possible anymore to restrict the list with the rules you define on the work item. It was an explicit design decision, and the rule is still enforced on save as you indicate.

    Ewald Hofman - TFS Program Manager

    0 讨论(0)
提交回复
热议问题