Field List Items

Field lists are composed of individual list items; each field list must contain at least one field list item. To specify items in a field list, use the <LISTITEM value=""> element. The value that you specify can be a string, a user, or a group.

<LISTITEM value="Emergency"/>
<LISTITEM value="Major"/>
<LISTITEM value="Minor"/>
<LISTITEM value="Domain\joe"/>
<LISTITEM value="[Global]\GlobalGroup" />
<LISTITEM value="[Project]\ProjectGroup" />

Note

List items are sorted alphabetically based on the locale of the Team Foundation Server.

See Also

Reference

LISTITEM Element (typelib Schema)

Other Resources

Defining Work Item Type Fields