microsoft / vsts-extension-multivalue-control

A work item form control which allows selection of multiple values.
MIT License
46 stars 44 forks source link

Error: The field 'Deploy Class' contains the value 'Linux Web deploy;SQL automated or manual deploy;Standard Web IIS/file deploy' that is not in the list of supported values. #152

Closed lukegawel closed 3 years ago

lukegawel commented 3 years ago

We have a field called "Deploy Class" with type picklist(string) and should be set as a multivalue control option. A user can select three values; Linux Web Deploy, SQL automated or manual deploy, or standard IIS/file deploy. This works fine if you only have one value selected, however if you select all I receive the error below. There are instances when a deploy could include more than one, in some cases all of the values:

ADO Bug

I tried to modify the multi-control options to allow users to enter custom values:

Capture

Also, tried to all users to enter their own values in the Deploy Class options field:

Capture3

However I had no luck so far.

Deploy Class definition:

Capture1