# 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: - user = 'ADMIN' - password = 'PASSWORD' - instance = 'http://YOUR_HOST' - cloud_email = 'admin@email.com' - cloud_token = 'cloud_token' get it from here https://id.atlassian.com/manage-profile/security/api-tokens - cloud_instance = 'https://CLOUD_INSTANCE' 5. Run script: - python3 migrate.py # Notes: 1. Project templates migration by default is disabled, if you also want migrate project templates, update script and set 'migrate_project_templates = True' 2. Project templates will be migrated only if the same project exist on server and cloud (project keys must match) 3. If a template for a given project with the same name exists, it will be overwritten - it means that you can run this script multiple times without risking duplication 4. All templates are migrated with automation (configured with issue types or JQL)