I am trying to customize the Assigned To field for a workitem to include my QA group (as the group) so that when a bug has been fixed by a developer it can be forwarded to QA without having to pick a certain individual. I have done a fair amount of searching on these forums and it seemed that I should customize each work item's Assigned To field as follows:
<FIELD name="Assigned To" refname="System.AssignedTo" type="String" reportable="dimension"> <ALLOWEDVALUES expanditems="true"> <LISTITEM value = "Contributors" /> <LISTITEM value = "NITSS QA" /> <LISTITEM value = "Project Lead" /> --> </ALLOWEDVALUES> </FIELD> Unfortunately, this just places the values "Contributors", "NITSS QA", and "Project Lead" in the pulldown. I then tried prefacing each of the groups listed in the LISTITEM tags (all of them are groups and appear in the groups list) with "NITSST\" or "[NITSST]\" where the project name is "NITSST". This caused the validator to tell me :
Warning: TF26171: User/group '[NITSST]\Contributors' is not found. Warning: TF26171: User/group '[NITSST]\NITSS QA' is not found. Warning: TF26171: User/group '[NITSST]\Project Lead' is not found.
Can anyone point me to what I am doing wrong here The desired result is to have each individual listed and also to have certain groups also listed.
TIA
RonL
Visual Studio Team System3
|