Tip Relates To
| Application Type | Jira, Jira Service Management |
| Deployment Type | Cloud, Data Center |
| Audience | Application Administrators |
| Category | Importing, Custom Fields |
You already know you can import Jira items in CSV format. But did you know you can also use the import wizard in two other helpful ways? You can (1) update information in existing Jira items and (2) import options for single and multi-select lists.
Let’s say you need a select list with one option for every country in the world. Instead of pasting over 100 options into Jira manually, use the import wizard to add them in bulk. All you need is one existing work item and a properly formatted CSV file.
Steps
Excel table view
| Work item key | Summary | Country | Country | Country | Country | Country |
| DEV-1 | Example item | Afghanistan | Albania | Algeria | Andorra | Angola |
Comma-separated view
Work item key,Summary,Country,Country,Country,Country,Country
DEV-1,Example item,Afghanistan,Albania,Algeria,Andorra,Angola
Name the first column "Work item key", name the second column "Summary", and add a column called "Country" for each selection value to import. The above example will import the five countries listed.
Notes:
Rachel Wright
4 comments