This is a modified version of the REST picklist plugin from Dedac: Dedac/RestDataMappingPicklist (github.com) This modification hides the original label name of the decorated field. Get REST data and pick from a type-ahead filtering picklist with the option to map additional data back to your work item. Use this with the ServiceNow table api, or any other Rest API. The rest data that is returned can be used to automatically update other fields in the work item. Use the field mapping configuration illustrated below to map fields from the rest service to field names in Azure DevOps Sample Rest Response from which you want to extract a picklist.
Sample Settigns for Calling this Service
'Custom.' are custom field names in Azure DevOps, use the fields names that you want data from the rest service mapped to. Add https://dedac.gallerycdn.vsassets.io to the CORS allowed domains to use the extension |