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
We are moving from Rally to Jira and I want to create custom fields in Jira that will have values that we currently use. Is there a way, through an API or other interface, that I can populate these dropdowns? Adding values one at a time from the UI will be very time consuming
Hi @Karen Gwynn - if you want to do this using the built-in "External System Import" feature in Jira, then I think your CSV file needs to have each option for the <Application Area> field in a different row; your example file seems to have all the import values on the same row.
Header: Summary,Application Area,Application Area,Application Area
Row: Sample Issue,Account Administration,APIs & ODBC Views,Archive Feature for DCB Objects
The steps I follow for bulk uploading into a single-select dropdown field is:
1) Create the custom field in Jira and manually add one of the required values (or a dummy value) to the list of options.
2) Prep the CSV file containing all the other values you want to bulk import, eg:
3) Import the CSV file using the "External System Import" feature under Settings > System > Import and Export
Example of the dropdown list with the imported values:
That worked! I think the thing I was missing previously was to create at least one value in the custom field before importing.
Thanks so much! This will help us tremendously
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In my case in the CSV file instead of the field name itself I had to add -> Custom field ("fieldname")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Karen! These threads may address your concerns.
Jira document below
https://confluence.atlassian.com/adminjiraserver072/importing-data-from-csv-829827152.html
I haven't personally had to do this yet but hope these articles help. I will in the near future so great question.
Also, form fields can have a data connection to REST API's (just an FYI)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is what I did: created a custom field (named Application Area) of type dropdown (single select). Added the field to all Issues types where I want it.
Following the instructions in Importing data from CSV, I created a CSV with the following headings
Header: Summary,Application Area,Application Area,Application Area
Row: Sample Issue,Account Administration,APIs & ODBC Views,Archive Feature for DCB Objects
Used the Import Wizard, mapping Application Area to my custom field and Summary to Summary
Ran the import
Result: one Issue but no values for the custom field.
Please let me know what I need to do differently.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Karen,
via API you have to do it in the following way:
Greetings
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.