This is an extension for Azure DevOps to load Rest data into a simple picklist.
https://marketplace.visualstudio.com/items?itemName=dedac.RestDataMappingPicklist
You can map additional data from the same rest call to other fields in the Work Item
Build the dev version and run locally
- Build and the Dev Extension
npm run build-dev npm run package-dev
- Upload the Visual Studio Marketplace and invite a test organization
- Setup a local signing certificate here are some sample instructions
(you can skip this step, but when you serve-dev navigate tohttps://localhost:44300/webpack-dev-server
and accept that you are going somewhere 'unsafe') - Build and run the extension locally
npm run serve-dev
- Install the extension in a work item and configure it
- Enjoy testing the extension
To Build and package the control for production, simply run
npm run build
And upload to the visual studio marketplace, or use npm run gallery-publish
with your valid token