Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Marvelution is committed to provide an easy migration path the Jenkins Integration for Jira app.

This includes the following paths:

  • support migrating from server to a different server instance

  • support migrating from cloud to a different cloud instance

  • support migrating from server to cloud

  • support migrating from cloud to server

Currently migration is only supported by means of manually copying the data from one instance of Jira to the other.

However development is underway to ease this migration process starting with the migration from Jira Server to Jira Cloud. See the development epic https://marvelution.atlassian.net/browse/JJI-645for details and current status of development.

Integration Differences

Not all features available in the server version are available in the cloud version of the app and visa versa. See the table below for differences.

Feature

Jira Server

Jira Cloud

Activity Stream

(tick)

(error)

JQL Functions

(tick)

(error)

Release Reports build column and warnings

(tick)

(error)

Build Information Provider

(error)

(tick)

Deployment Information Provider

(error)

(tick)

None of these differences have an impact on the ability to migrate data, these differences only effect how the app shows data within Jira.

Instructions

Migrate from server to a different server instance

  1. Connect to you source Jira database using your favourite SQL tooling that is also appropriate for the database you have.

  2. Once connected locate the tables that prefixed with AO_3FB43F_

  3. Export the structure and data

  4. Connect to you destination Jira database using your favourite SQL tooling that is also appropriate for the database you have.

  5. Import the structure and data exported in step 3

Migrate from cloud to a different cloud instance

Contact support at getsupport.marvelution.com in order to migrate the data from one cloud instance to another.

Migrate from server to cloud

Automated migration of app data is now supported via the Jira Cloud Migration Assistant app.

Simply install the Jira Cloud Migration Assistant and the Jenkins Integration for Jira app version 4.6.0, or newer, and migrate all your Jenkins data within Jira to your Jira Cloud instance.

Migrate from cloud to server

Contact support at getsupport.marvelution.com in order to migrate the data from cloud to server.

  • No labels