This page describes the migration path that you can can follow in order to migrate Xray data from Jira Server / Data Center to Jira Cloud. In case of any questions about which approach best suits your organization, please contact our support team directly.


Server/DC vs Cloud - Product Comparison


If you are looking to migrate from Jira Server/DC to Jira Cloud, you need to consider the differences between Xray Server/DC and Xray Cloud. These differences might affect how your users work and interact with Xray. 

The ideas, goals, and major features are the same. However, while there is great similarity between them, there are a few subtle differences between the two versions, this is mainly due to:

For a full comparison between the Server/DC and Cloud versions of Xray, please refer to Xray Server and Xray Cloud.


Jira Cloud Migration Assistant  

Atlassian provides the Jira Cloud Migration Assistant to help Jira users assess and migrate from an on-premise Jira instance (server or data center) to Jira Cloud. However, Atlassian has not yet included apps like Xray in this tool.

Our team has worked with Atlassian to make Xray available within the official Migration Assistant tool and we hope Atlassian will launch this expanded version of the Migration Assistant sometime soon.

Xray Cloud Migration Scripts 

These scripts are provided AS-IS, with no further support from the Xray team. They require a high level of technical expertise with Xray and Jira and we recommend only expert users attempt to use them to migrate their Xray data.


Although Atlassian has not yet included Xray in the official Jira Cloud Migration Assistant, the Xray team has created some scripts that can help you migrate your data today.

These scripts are written in Python and are using the Xray REST and GraphQL APIs to fetch the Xray information from Xray Server/DC, and then import this information into Xray Cloud.


The scripts will not create new issues in Jira Cloud. The Xray issues must have already been migrated. Therefore, you first need to migrate the issues using either the:


The scripts will fill the gaps, namely:


Depending on the number of issues, the migration scripts can take a considerable amount of time to execute and migrate all the data. Please plan ahead and do a Proof-of-Concept in a Jira Test instance first.


Clone or Download

These scrips are publicly available and free to use in our GitHub:  


https://github.com/Xray-App/xray-cloud-mig

Please clone or download the repository and make any changes as needed. 


This page only contains a brief description of how the script works. Don't forget to follow the instructions on the README file in the repository.