Discover Jira Cloud products
Learn more about Jira Cloud products, features, plans, and migration.
Data Center is our primary product offering outside Cloud. We no longer support Server versions of our products.
When migrating from another issue tracker, you can export data to a comma-separated value (CSV) file and then import that file into your Jira Cloud applications. CSV files are text files representing tabulated data and are supported by most applications that handle tabulated data.
When importing large projects, we recommend splitting your data to reduce performance issues and ensure optimal speed of the import.
Recommended number of issues per file | 1500 issues |
---|---|
Estimated time to import | Approximately 1 hour (This would also depend on the size and complexity of your data and setup) |
Try the new Jira import experience
A new, faster import experience is available for moving data from third-party apps such as Asana and Notion into Jira business or software projects. Read about the new Jira import experience
When creating a CSV file that can be imported to Jira, make sure that:
All fields are separated by commas
Any piece of content (including commas and new lines) is enclosed in quotes.
If you're using Microsoft Excel and OpenOffice, it is not necessary to quote values in cells as these applications handle this automatically.
The CSV file import wizard uses the CSV file header row to determine how to map data from the file's 2nd row and beyond to fields in Jira.
The header row should avoid containing any punctuation (apart from the commas separating each column) or the importer may not work correctly.
The header row must contain a column for Summary data.
For example, this is valid:
1
2
Summary, Assignee, Reporter, Issue Type, Description, Priority
"Test issue", bob@example.com, bob@example.com, 1, ,
... but this is not valid:
1
2
Summary, Assignee, Reporter, Issue Type, Description, Priority
"Test issue", bob@example.com, bob@example.com, 1
Use double-quote marks (") in your CSV file to capture data that spans multiple lines. For example, Jira will treat the following as a valid CSV file with a single record:
1
2
3
Summary, Description, Status
"Login fails", "This is on
a new line", Open
Use double-quote marks (") around a section of text to treat any special characters in that section literally. Once this data is imported, these special characters will be stored as part of Jira's field data. Examples of special characters include carriage returns/enter characters, commas, etc.
To treat a double quote mark literally, you can add another double quote mark character:
1
"Clicking the ""Add"" button results in a page not found error"
...which, once imported, will be stored in Jira as:
1
Clicking the "Add" button results in a page not found error
You can import multiple values into a single Jira field that accepts multiple values (e.g. Fix (for) Version, Affects Version, Component, Labels). To do this, your CSV file must specify the same column name for each value you wish to import to the same field. The number of column names specified must match the maximum number of values to be aggregated into the mapped field.
For example:
1
2
3
4
IssueType, Summary, FixVersion, FixVersion, FixVersion, Component, Component
bug, "First issue", v1, , , Component1,
bug, "Second issue", v2, , , Component1, Component2
bug, "Third issue", v1, v2, v3, Component1,
In the above example, the Component field of the second issue and the Fix Version field of the third issue will generate multiple values in the relevant field after importing.
You can attach files to issues created from your CSV file. To do this, specify the URL of your attachment in an Attachments column within your CSV file.
1
2
3
Assignee, Summary, Description, Attachment, Comment
bob@example.com, "Issue demonstrating the CSV attachment import", "Please check the attached image below.", "https://jira-server:8080/secure/attachment/image-name.png", "01/01/2012 10:10;<Atlassian account ID>; This comment works"
bob@example.com, "CSV attachment import with timestamp,author and filename", "Please check the attached image below.", "01/01/2012 13:10;<Atlassian account ID>;image.png;file://image-name.png", "01/01/2012 10:10;<Atlassian account ID>; This comment works"
Note that URLs for attachments support the HTTP and HTTPS protocols and can be located anywhere that your Jira Cloud site can access.
If you aren’t sure of your Atlassian account ID, you can log in to your Jira Could site, click on your avatar on the top-right corner of the page, and go to Profile. The last part of the URL of the Profile page is your Atlassian account ID.
For eg:https://<yoursitename>.atlassian.net/jira/people/<Your Atlassian account ID>
You can create a hierarchy of imported issues by specifying their parent / child relationships:
Add three columns to you CSV file with the headings: “Issue ID”, “Issue type”, and “Parent”
Ensure each issue in your CSV is given a unique (sequential) number in the "Issue ID" column
Reference the unique "Issue ID" number of an issue in the “Parent” column
The parent issues must exist above the child issues in the file
Refer to CSV import parent-child mapping for more details and examples of the required mappings.
In the following example, the fourth issue will be a child of the second issue if you match the "Issue ID" and “Parent” fields in your CSV file to the corresponding Issue and Parent fields in Jira. Similarly, the second issue will be the child of the fifth issue as the “Issue ID” and “Parent” fields are matched.
1
2
3
4
5
6
IssueType, Summary, FixVersion, FixVersion, FixVersion, Component, Component, Issue ID, Parent, Reporter
Bug, "First issue", v1, , , Component1, , 1, , abcde-12345-fedcba
Story, "Second issue", v2, , , Component1, Component2, 2, 5, fedcb-12345-edcba
Bug, "Third issue", v1, v2, v3, Component1, , 3, , abcde-12345-fedcba
Sub-task, "Fourth issue", v1, v2, , Component2, , , 2, fedcb-12345-edcba
Epic, "Fifth issue", v1, v2, v3, Component1, , 5, , abcde-12345-fedcba
If you’re importing data for multiple projects, you’ll be able to create cross-project parent / child relationships in your CSV file.
You can import issues from your CSV file into different Jira projects by:
Adding two columns to your CSV file with the headings "Project Name" and "Project Key"
Ensuring that every issue represented in your CSV file contains the name and key in these columns for the corresponding Jira projects
The project name and key data is the minimum Jira project data required for importing issues from a CSV file into specific Jira projects.
In this example, the first and second issues will be imported into the "Sample" project (with project key "SAMP") and the third issue will be imported into the "Example" project (with project key "EXAM") if you match the "Project Name" and "Project Key" fields in your CSV file to the corresponding Project name and Project key fields in Jira:
1
2
3
4
IssueType, Summary, Project Name, Project Key
bug, "First issue", Sample, SAMP
bug, "Second issue", Sample, SAMP
task, "Third issue", Example, EXAM
For fields mapping to Resolution, Priority, and Issue Type, you'll see a list with the available values in Jira. Create values that do not exist in Jira by clicking the green plus symbol.
You'll also see a list with available values for fields mapping to Status; however, you will not be able to create new status values.
For the Resolution, Priority, Issue Type, and Status fields, you can choose the following:
Import as blank — this causes the Jira value to be blank for that field. If you are importing unresolved issues, you should create a field mapping for the Resolution field and change the value from "Unresolved" to "Import as blank".
No mapping — this attempts to import the value in the CSV file as is. Note that the import will fail if a field value is mapped to a Jira field that doesn't support that value. Fields mapping to Status and Issue Type will use the default value when "Import as blank" is also selected.
Your CSV file can contain worklog entries. For example:
1
2
3
4
Summary,Worklog
Only time spent (one hour),3600
With a date and an author,2012-02-10 12:30:10;wseliga;120
With an additional comment,Testing took me 3 days;2012-02-10 12:30:10;wseliga;259200
Note that you need to use seconds in order to track time spent.
Your CSV file can contain multiple entries for the one Multi Select Custom Field. For example:
1
2
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.
You can import values to a cascading choice custom field using the following syntax:
1
2
Summary, My Cascading Custom Field
Example Summary, Parent Value -> Child Value
The '->' separator allows you to import the hierarchy.
To update existing issues, your CSV file needs to contain a column that maps to Issue Key. If an issue exists for a given key, it will be updated.
In this example, the second row will create issue TT-1, while the third row will set the number of votes to 7 and add two labels, and the fourth row will change the issue summary. In the next row, issue TT-2 will be created with two labels. The last row removes labels with the <<!clear!>> special marker:
1
2
3
4
5
6
issue key,summary,votes,labels,labels
TT-1,Original summary,1,label1,label2
TT-1,,7,label-1,label-2
TT-1,Changed summary,,,
TT-2,Original summary 2,1,label-1,label-2
TT-2,,<<!clear!>>,<<!clear!>>,
Once your CSV file has been prepared, log into your Jira Cloud site as a Jira administrator to start the import process.
Choose > System.
In the Import and Export section, click External System Import and then click CSV.
If you see the new import experience, select switch to the old experience to go to the CSV file import wizard.
Choose your CSV source file.
Leave the Use an existing configuration file option unchecked if you do not have a configuration file or if you want to create a new one. Configuration files specify a mapping between column names in your CSV file's header row and fields in your Jira site. At the end of the CSV import process, Jira will create a configuration file that you can use for subsequent CSV imports.
Expand the Advanced section to change the file encoding (UTF-8 by default) and CSV delimiter. If your CSV file uses a separator character other than a comma, specify that character in the CSV Delimiter field.
Click Next.
Choose to import all issues into one (new or existing) Jira project or into multiple Jira projects. To complete this step, fill in the following:
Import to Jira Project - You can choose Select a project if you're importing all issues into a single Jira project. Start typing the name or key of a project that already exists in Jira, or select Create New from the dropdown to add a new project. Note that new projects require a name, key, and lead.
If you want to import issues into multiple Jira projects, choose Defined in CSV. Make sure that every issue in your CSV file includes project name and key data.
Email Suffix for New Users - Enter the email address domain for any new users specified in the CSV file who will be added to Jira during the import.
Date format in import file - Specify the date format used in your CSV file using syntax that complies with the Java SimpleDateFormat.
Click Next.
Check if the selected project that you're importing the issues into is compatible with the issue key. Otherwise, Jira will import the issues to the selected project and give them new issue keys.
In the Import column, check each CSV Field (determined by your CSV file's header row) that you want to import into your chosen Jira project. Note that at least one of the selected fields must contain data for the Summary field. If your CSV file contains more than one of the same field name in its header row, the CSV import process will combine these into a single field marked with .
In the Jira field column, select the Jira fields you want to match to fields defined in your CSV file (i.e. each CSV field you selected in the previous step). You must select the Summary field in order to proceed to the next step. For CSV fields that have been aggregated during the import process, you will only be able to select Jira fields that support multiple values.
To modify the values of any field in the CSV file before importing into Jira, select the Map field value checkboxes next to the appropriate fields.
Click Next.
If your CSV file consists of Jira Service Management projects with comments and is mapped to the Comments body in the Jira fields column, all the comments from your import file will become public after the CSV import.
For more information about matching CSV fields to Jira fields, see Tips for importing CSV data into Jira fields below.
We don't support mapping company-managed issue types to team-managed issue types. To avoid incomplete or incorrect mappings, we've removed the ability to create a new issue type or map the issue type as is when you import data to a team-managed project. You'll have to map the issue type to an already existing issue type.
Specify the Jira field values for each CSV file field value you selected in the previous step. Leave a field blank if you want to import the value as is.
To create new Priority or Resolution values in Jira, click Add new... next to the appropriate field.
Click Begin Import when you are ready to begin importing your CSV data into Jira.
During the import, you can download a detailed log to reveal more information about the process. You can also save the configuration of this import if you need to import another CSV file with similar settings.
If you have any questions or encounter any problems, please contact Atlassian support.
Below are some helpful tips when importing data from your CSV file into specific Jira fields:
Jira Field | Import Notes |
---|---|
Project | CSV data is imported on a per-project basis. You can specify an existing Jira project or let the importer automatically create a new project for you at time of import. |
Summary | This is the only required field. |
Issue Key | You can set the issue key for an imported issue. If an issue with a given key already exists in Jira, it will be updated instead. |
Component | You can import issues with multiple components by entering each component in a separate column. |
Affects Version | You can import issues with multiple "Affects Version" values by entering each version in a separate column. |
Fix Version | You can import issues with multiple "Fix Version" values by entering each version in a separate column. |
Comment Body | You can import issues with multiple comments by entering each comment in a separate column. |
Date Created | Please use the date format specified on the second step of the CSV import wizard. |
Date Modified | Please use the date format specified on the second step of the CSV import wizard. |
Due Date | Please use the date format specified on the second step of the CSV import wizard. |
Issue Type | If not specified in your CSV file, imported issues will be given the default (i.e. first) Issue Type as specified in your Jira site. |
Issue rank | Issue rank will not be retained, so any manual ranking of software projectboards will be lost. |
Labels | You can import issues with multiple labels by entering each label in a separate column. |
Priority | If not specified in your CSV file, imported issues will be given the default (i.e. first) Priority as specified in your Jira site. You can also create new Jira values on-the-fly during the import process. |
Resolution | If not specified in your CSV file, imported issues will be given the default (i.e. first) Resolution as specified in your Jira site. You can also create new Jira values on-the-fly during the import process. See How to handle unresolved issues for helpful tips. |
Status | Can only be mapped to existing workflow statuses in Jira. If not specified in your CSV file, imported issues will be given the default (i.e. first) Status as specified in your Jira system. |
Original Estimate | The value of this field needs to be specified as number of seconds. |
Remaining Estimate | The value of this field needs to be specified as number of seconds. |
Time Spent | The value of this field needs to be specified as number of seconds. |
Users | Supported user types
Creating users You can choose to have the importer automatically create Jira users for any values of the Assignee or Reporter field.
Updating users Portal-only customer data in Jira Service Management behaves differently than other user accounts data. If the portal-only customer data is different in the import and the destination, then we use the destination data. |
Watchers | If you have users specified as Watchers in your CSV file, and these users do not exist in Jira, they will not be imported. A user must be available in Jira before you can import them as a watcher on a specific issue. |
Other fields | If you wish to import any other fields, you can choose to map them to specific Jira custom field. If your custom fields don't yet exist in Jira, the importer can automatically create them for you. If your custom field is a date field, please use the date format specified on the second step of the CSV import wizard. |
Was this helpful?