You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Looking for a way to pull data from 2 sources - one via a REST API and a CSV file. The data from these 2 sources will be used as a drop down value for a field in Jira. Appreciate any suggestions/solutions on how best to accomplish this requirement.
Thanks
You could probably do something with any of the scripted apps as well.
However keep in mind that having to look up multiple sources every time the field is edited may take some time. (some addons may have function to cache lookups which can help but may give unpredictable behavior.)
You may want to run an external process to gather the list values from all the sources, and then put them into a single database table. Run it every 15 minutes or so depending on how often the values update.
Then you are only looking up against 1 table, not multiple sources, which would be faster.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
use the Elements Connect addon.
https://marketplace.atlassian.com/apps/23337/elements-connect-formerly-nfeed
Best
JP
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.