tfs2013 - Tooltip for dropdown list items in work item definition in TFS -


i customizing work item in tfs. 1 of fields drop down field few list items.

<field name="test" refname="name.test"     type="string" reportable="dimension">     <helptext>cost center billed task</helptext>         <allowedvalues expanditems="true">            <listitem value="001">            <listitem value="002">            <listitem value="003">         </allowedvalues>           <required />    </field> 

i want give tool tip each of list item. example, default list item 001, tooltip shows 001, want customize it, "this item 001" etc. tried setting text each list item, gave validation error. not possible on tfs?

this not possible do.

you put link wiki page explains list next it.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -