TFS 2010: AssignedTo
-
Thursday, March 18, 2010 4:33 PMHowdy 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*
All Replies
-
Sunday, March 21, 2010 1:15 PM
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
- Marked As Answer by void_pointer Monday, March 22, 2010 8:07 AM
-
Monday, March 22, 2010 8:07 AMExcellent. Thx.
-
Tuesday, March 06, 2012 9:58 PM
And now the link is dead..
crap!
-
Thursday, April 12, 2012 6:21 PM

