Exporting issues from Cloud to Server

Still need help?

The Atlassian Community is here for you.

Ask the community

If you already have a Jira Cloud site and want to move to Jira Server, you can create a backup of your Jira Cloud data that you can then import into a server installation. Note that the Atlassian Cloud service takes backups for your instance every 24 hours for purposes of application recovery (not for rolling back application data).

You can backup and export the following data from your Jira Cloud site: 

  • Issues
  • Users and user group settings
  • Issue attachments, user avatars, and project logos (if selected)

On this page:

How to create a backup

You can generate a new backup every 24 hours from the time the previous backup has finished. Note that Jira only stores one backup file at a time, and any existing existing backup will be overwritten by a new one. To generate a backup:

  1. Choose > System

  2. In the Import and Export section, click Backup manager.

  3. Check the additional files option if you want to include issue attachments, user avatars, and project logos in the export.

  4. Select the type of backup:
    • If you will restore the data to a cloud instance, select Create Backup for Cloud
    • If you will to restore the data to a server instance, select Create Backup for Server

After the backup is complete, click the file link to download the backup.


Troubleshooting: If you can't find the Backup Manager...

In some cloud sites where the Backup Manager menu does not appear, you can use one of the following workarounds to access it:

https://<domain_name>.atlassian.net/plugins/servlet/ondemandbackupmanager/admin

https://<account_name>.jira.com/plugins/servlet/ondemandbackupmanager/admin

How to structure the export file

Once you have generated and unzipped a backup file, you should have an output similar to the following:

Jira-backup-20161021
├── activeobjects.xml
├── entities.xml
├── data
│   ├── attachments
│   └── avatars
└── logos

Note that database data is stored in both activeobjects.xml and entities.xml. Issue attachments, user avatars, and project logos are stored in corresponding directories. If you don't want to import attachments, avatars, or logos to your new Jira Cloud site, you can remove the corresponding directory and then zip the modified directory tree before importing. 

How to import backup data into Jira Cloud

  1. Structure your export file as mentioned above
  2. Follow the instructions on importing issues
  3. After the import, log into your new Jira Cloud site with the same admin account you used to log into your original site. Cross-application links (links to a source file page from a Jira issue) will point back to the corresponding source location after the import.

How to import backup data into Jira Server

  1. Structure your export file as mentioned above
  2. Follow the instructions on the Migrating from Jira Cloud to Jira Server page.
  3. After the import, log into your Jira Server instance with the sysadmin username and corresponding password. Make sure to change your password after you log in. Cross-application links (links to a source file page from a Jira issue) will point back to the corresponding source location after the import.

Note that the sysadmin user is created automatically during the backup process. This user is created to allow you to log in with the necessary Jira System Administrator permission (a server-specific permission not available in the cloud) after restoring data in Jira.

Last modified on Jul 22, 2021

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.