List Item Sort Order - TFS Work Items
Posted
by Sunil Ramu
on Stack Overflow
See other posts from Stack Overflow
or by Sunil Ramu
Published on 2010-05-18T04:42:58Z
Indexed on
2010/05/18
4:50 UTC
Read the original article
Hit count: 311
tfs
Is there any way to display the vaule order as the same given below in the work item template. When I see the template the value display order is changed. It is sorted alphabetically. Is there any way to change the sort order ?
<ALLOWEDVALUES>
<LISTITEM value="Pass" />
<LISTITEM value="Fail" />
<LISTITEM value="Blocked" />
<LISTITEM value="N/A" />
<LISTITEM value="Not Completed" />
<LISTITEM value="Ready For Review" />
<LISTITEM value="Approved" />
</ALLOWEDVALUES>
© Stack Overflow or respective owner