microsoft / vsts-extension-multivalue-control

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

Change values programmatically #132

Closed maurizioprazzoli closed 2 years ago

maurizioprazzoli commented 4 years ago

Thank you very much for this great control :-)

We'd like to be able to update the suggested values programmatically insted of insert them manually from the Otpion section. Could you kindly provide me some insights to perform this operation?

Thank you very much

Dedac commented 4 years ago

If you can use a string picklist (not always the case) you can update that from the Azure DevOps Api https://docs.microsoft.com/en-us/rest/api/azure/devops/processes/lists?view=azure-devops-rest-5.1

madkoo commented 2 years ago

Closing this issue as it has been answered and there has been no feedback.