Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,554,251
Community Members
 
Community Events
184
Community Groups

Excel import Multi-select custom field data

Edited

Hi, Guys,

Am in midst of importing excel data into JIRA. Can anyone help me out in solving the following?

There are 400 rows in excel and for few rows(Tickets) we have a multi-select field, how to map multi-select field to excel data so that all multi-selected data appears in corresponding tickets? In excel multi-select field options are separated by a semicolon or by # in some rows, what is the proper format?

 

 

Thanks

 

1 answer

1 accepted

1 vote
Answer accepted
Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Sep 20, 2017

So while Jira doesn't handle XLS direct imports, you can use excel to save this file as a csv, which Jira can use.

Our guide on Importing data from CSV does explain how to handle this.

Importing to multi select custom fields

Your CSV file can contain multiple entries for the one Multi Select Custom Field. For example:

Summary,Multi Select,Multi Select,Multi Select
Sample issue,Value 1,Value 2,Value 3

This will populate the Multi Select Custom Field with multiple values.

So it might take some adjustment to your xls/csv file in order to format these multi select data sets for import as shown above, but this is the way Jira would expect to import these multi select values.

Thank you for the answer. It worked.

@Andy Heinzer 

Are all the columns of the Multi-select field should be filled?

That is, if I have 2 values ​​in one row and 3 values ​​in the next row - then in total there should be 3 columns of the field.
Will I get an error about the empty column of the second row where there is no value?

Suggest an answer

Log in or Sign up to answer