TFS 2010: AssignedTo
-
jueves, 18 de marzo de 2010 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*
Todas las respuestas
-
domingo, 21 de marzo de 2010 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
- Marcado como respuesta void_pointer lunes, 22 de marzo de 2010 8:07
-
lunes, 22 de marzo de 2010 8:07Excellent. Thx.
-
martes, 06 de marzo de 2012 21:58
And now the link is dead..
crap!
-
jueves, 12 de abril de 2012 18:21

