microsoft / vsts-extension-multivalue-control

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

Is it possible to get and update a user provided list of options via an API? #255

Closed bryonyhorvath closed 12 months ago

bryonyhorvath commented 12 months ago

Hi, This extension is great- thank you so much for creating and maintaining.

I am using the multivalue control on a multiple line text field with user defined values in a ; delimited list rather than a picklist field. I am not using a picklist field because a query will be run using the field regularly and I want to use the 'Contains Words' operator which is used for multivalue control text fields whereas this cannot be used for a picklist field.

I would like to be able to retrieve and update/delete items in the user defined list via an API- is this possible somehow?

Kind regards, B

bryonyhorvath commented 12 months ago

Hi, I've just discovered that the Layout- Get api returns the user defined values!