vsts-extension-multivalue-control icon indicating copy to clipboard operation
vsts-extension-multivalue-control copied to clipboard

value selection disabled

Open danseo-reisys opened this issue 4 years ago • 4 comments

added new multivalue field for 'Environment' but no values are showing up.

i have added following sections to different parts in task WIT xml.

what am i doing wrong? or this never works in TFS 2017???

  <FIELD name="Environment" refname="REI.Environment" type="String">
        <SUGGESTEDVALUES for="[global]\Project Collection Valid Users" expanditems="true">
            <LISTITEM value="Dev" />
            <LISTITEM value="Test" />
        </SUGGESTEDVALUES>
  </FIELD>

danseo-reisys avatar Nov 03 '20 21:11 danseo-reisys