TFS 2010: AssignedTo
-
18 มีนาคม 2553 16:33Howdy y'all,
where do the entries/values for System.AssignedTo reference combo box come from?
If I use a VALIDUSER rule in old projects I get users from a group called [abc]\Project members (no idea how that happened), in a new project all domain users are available!?
If I use no rule I can just enter a random value.
What I actually want is that members of a certain group within my project show up (developers)?
Is there a way to do this?
Regards,
void*
ตอบทั้งหมด
-
21 มีนาคม 2553 13:15
In the MSF Agile and CMMI templates installed by default, the definition looks like this:
<FIELD name="Assigned To" refname="System.AssignedTo" type="String" syncnamechanges="true">
<HELPTEXT>The person currently working on this bug</HELPTEXT>
<ALLOWEXISTINGVALUE />
<ALLOWEDVALUES expanditems="true" filteritems="excludegroups">
<LISTITEM value="[project]\Contributors" />
</ALLOWEDVALUES>
</FIELD>Here's a quick tutorial on editing AssignedTo: http://www.ewaldhofman.nl/post/2009/08/03/Add-roles-to-the-assigned-To-field.aspx
- ทำเครื่องหมายเป็นคำตอบโดย void_pointer 22 มีนาคม 2553 8:07
-
22 มีนาคม 2553 8:07Excellent. Thx.
-
6 มีนาคม 2555 21:58
And now the link is dead..
crap!
-
12 เมษายน 2555 18:21