Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 12

...

Multiple Checklists for Jira are available for all hosting options - Jira Cloud, Jira Server, and Jira Data Center. The feature set and the user interface on all of those options are the same, which means that you can freely migrate to another hosting without any loss of features or the need to onboard users with the app again.

Templates

Global templates are not automatically migrated and you are expected to migrate them by using our script to the new hosting. The process won’t take longer than 5 minutes. All templates are migrated with automation (configured with issue types or JQL).

(warning) Before you run script make sure that you migrated Jira from server to cloudThe migration guide for Jira is available here: https://support.atlassian.com/migration/docs/use-jira-sitecloud-import-to-migrate-from-server-to-cloud/

Script:

View file
namemigrate.py

Instructions:
  1. Install Python 3 - https://www.python.org/downloads/

  2. Install Pip - https://pip.pypa.io/en/stable/installation/

  3. Install dependencies:

    • pip3 install http-constants

  4. Update variables in script:

  5. Run script:

Statuses

Custom statuses are not automatically migrated. In this case please contact support for further assistancemigration-assistant/.

The following data will be automatically migrated from Jira Server/Data Center to Cloud:

  • Checklists

  • Checklists history

  • Project templates

  • Global templates

  • Automations

  • Statuses

  • Settings

  • Permissions

Limitations:

Note

Non-native Jira Workflow Functions are currently not supported by the Jira Cloud Migration Assistant. This means, they must be manually re-created on the cloud site if you’d like to continue using them.

This affects: post-functions, validators, conditions. Please note that if there was any Checklists-related validator added to a transition, such a transition of issue will not work on Cloud after migration until it is manually deleted and re-added.

...