Versions Compared

Key

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

...

Note

We are aware of the current impossibility of migrating the Checklists from the Server to the Cloud since Jira no longer provides/supports the Jira Site Import.

We’re already working on finding and developing another way to migrate your Checklists from Server to Cloud. Currently, we are unable to accurately determine the supposed date when such a feature will appear.

Warning

Please note that you need to migrate JIRA by using Jira Site Import.
It won’t work with the Jira Cloud Migration Assistant as it doesn't allow to migrate issue properties.

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.

Checklists & Project templates

All checklists and project templates data are attached to Jira issues and Jira projects. This means that if you migrate your Jira issues and projects from Jira Server to Jira Cloud, the checklist data will be migrated together with them. There are no further steps required to have those available on your Cloud instance. The migration guide for Jira is available here: https://support.atlassian.com/migration/docs/use-jira-sitecloud-import-to-migrate-from-server-to-cloud/

Global 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).

Note

Before you run the script make sure that you migrated Jira issues and projects from server to cloud
https://support.atlassian.com/migration/docs/use-jira-site-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.

...