I have a list of vendors in a Google sheet. I need the entries in this list to be synced with the options in a single-select drop down field in Jira. There are new entries added to the list all the time automatically via an integration, and it's not reasonable for someone to monitor new entries and add them to our field on a regular cadence. It would also be fine if the sync occurred at some regular time interval, it doesn't have to be instant! Also, the list can easily be in excel instead of Google Sheets.
Any advice would be helpful!
You have a couple of options, one is to use a Marketplace app that allows you to take external data and show that in a drop down field. I have used Elements Connect in the passed. Your other option would be to update the field via the API, but that can be complicated if your data is changing often.
Hello @Syd Skaff,
Beyond any plugin, if you use Google Sheets you can use Google Apps Script connected to the sheet to update the custom field options through the API.
Apps Script is a cloud-based JavaScript platform powered by Google that lets you integrate with and automate tasks across Google products.
Google App Script Documentation: https://developers.google.com/apps-script
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.