Team Web Access 2010 not showing all users in Assigned To dropdown.
-
01 Agustus 2012 8:43
I have a TFS Group, Assignable Users, which contains a Windows group, Applications Devs. THe work item xml looks like this:
<FieldDefinition reportable="dimension" refname="System.AssignedTo" name="Assigned To" syncnamechanges="true" type="String">
<VALIDUSER for="[global]\Assignable Users" />
<VALIDUSER not="[global]\NonAssignable " />
<HELPTEXT>The person currently working on this story</HELPTEXT>
</FieldDefinition>Problem:
- Not all users in Application Devs are showing up in TeamWeb Access. -
- The behaviour does not occur in Team Explorer!Question: How do I ensure that all members of a windows group get shown in the AssignedTo dropdown on Team Web Access?
Jean-Pierre Fouché
- Diedit oleh Jean-Pierre Fouche 01 Agustus 2012 8:43
Semua Balasan
-
01 Agustus 2012 16:14
If you want to have Assigned to field populated with a certain group you should use group attribute instead of for. For and not seem to control to whom the rules apply whereas group specifies for whom the rule applies.
I know this a bit confusing but that's what I understood from the following link.
http://msdn.microsoft.com/en-us/library/dd997577
And please make sure that you reset the app pool of Web Access after making any change in the work item type definition.
Serkan
- Ditandai sebagai Jawaban oleh John QiaoMicrosoft Contingent Staff, Moderator 07 Agustus 2012 8:20
- Tanda sebagai Jawaban dihapus oleh Jean-Pierre Fouche 08 Agustus 2012 10:41
- Ditandai sebagai Jawaban oleh Jean-Pierre Fouche 08 Agustus 2012 12:05
-
08 Agustus 2012 12:57
Hi Serkan,
There seems to be a variance between Team Web Access and Team Explorer. I use the Process Editor toadd the xml, using the 'group' attribute. Unfortunately, even after iisreset and recycling the Team Web Access app pool, I do not see certain users in the Assigned To field in Team Web Access, even though they belong to the specified group. The list is fine in Team Explorer, however.
Jean-Pierre
Jean-Pierre Fouché
- Diedit oleh Jean-Pierre Fouche 08 Agustus 2012 12:58