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. You can now use basic auth by adding the username and password, or use token authentication by using the username "Bearer", and use the token in the password field 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 |