microsoft / vsts-extension-multivalue-control

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

Get work item field binding info with Multivalue control #285

Open affansheikh96 opened 7 months ago

affansheikh96 commented 7 months ago

Hi, I am using Multivalue control by Microsoft Dev Labs. Is there any way to get which work item field is bound with this multi-value control using process template XML or TFS API? or any other way if it’s not possible with both the mentioned ones? As highlighted in the mentioned image I bind the Reason field with the multi-value control Mobile OS here: 4 3

f16hari commented 4 months ago

Hi @affansheikh96, You can make use of layout api to get the backing field name. You can refer: https://learn.microsoft.com/en-us/rest/api/azure/devops/processdefinitions/layout/get?view=azure-devops-rest-4.1&tabs=HTTP