Discover Jira Cloud products
Learn more about Jira Cloud products, features, plans, and migration.
You can import issues into your Jira Cloud site. We recommend using this process to import data from third-party tools.
Import will merge users with existing cloud users:
This may result in users gaining additional product access or permissions. You need to check what groups users will be merged into on the cloud site.
Follow the steps on Exporting issues to generate a backup file. Then read the import steps below.
Follow the steps on Backing up data to generate a backup.
Supported versions
If your Jira Data Center version is 7.6.0 or higher, you don't need to upgrade before migrating.
If your Jira Data Center version is between 7.0.0 and 7.6.0 (released November 2017) we recommend upgrading to 7.6.0 or higher before migrating. Migrating versions between 7.0.0 and 7.6.0 may work, but these versions are no longer guaranteed to work without requiring an upgrade.
If your Jira Data Center version is below 7.0.0 (released October 2015) you need to upgrade to 7.6.0 or higher before migrating. To help you migrate, check out Upgrading Jira applications.
Check out Migrating from other tools to find out more about importing data from CSV and JSON.
Importing entities.xml and activeobjects.xml will overwrite the database in your Jira Cloud site. Importing the attachments, avatars, or logos files will overwrite any existing attachments, avatars, or logos in your Jira Cloud site, respectively.
Before you import, unzip the backup file and make sure it has a file structure similar to:
1
2
3
4
5
6
7
JIRA-backup-20161021
├── activeobjects.xml
├── entities.xml
├── data
│ ├── attachments
│ └── avatars
└── logos
We recommend splitting your cloud backup file into two separate files: a data file containing your activeobjects.xml and entities.xml, and a separate one for your attachments and other media. This can help avoid timeout errors and reduce the risk of issues when importing.
If you've unzipped and edited an export from a Jira Cloud site, and are re-zipping it on a Mac, the process may add hidden files that will cause the import to fail. To ensure there are no hidden files, run these commands in Terminal (where filename.zip is the name of the file you're going to import):
zip -d filename.zip __MACOSX/\*
zip -d filename.zip \*/.DS_Store
To import your backup file:
Choose Settings () > System
Under IMPORT AND EXPORT, select Import Jira Cloud and follow the steps.
The import process does not honor the default application access settings and does not give access to any applications to new users. You must grant application access to these users for them to be able to log in.
For information on how to assign application access, see Update product access settings.
This process imports global permission settings such as Browse users and groups; however, imports from Jira Data Center to Jira Cloud will not contain the Jira System Administrators global permission (which doesn't exist in Jira Cloud) and will not contain any changes made to the Administer Jira global permission.
Application permissions are managed in each application individually. You can configure the Administer Jira global permission after the import by adding groups and users as needed. If your site has other cloud applications, e.g. Confluence or Bamboo, refer to Update product access settings for information on how to configure permissions.
Was this helpful?