Easy Templates for Jira Cloud

Move templates to another Project

Experimental feature: Make changes on a copy of the template first.

Prerequisites

  • Project admin permissions in both source and target projects

  • Access to Manage Templates

  • Project ID and issue type IDs for source and target

Once a template is created, it’s linked to an issue type, which in turn is linked to a base project.

You can move the template from one base project to another. This is useful when migrating from Team-managed to Company-managed. Team-managed templates can’t be shared across projects; instead, move them and remap the issue types.

How to move/remap template to another project:

  1. Go to Manage Templates

  2. Click “..” dot → Remap Experimental

    image-20260430-163824.png
  3. Fill the configuration

    1. Set target project ID, Key

    2. Set all issue types ID’s mapping from old to new one *

      image-20260430-163853.png
  4. Click “Remap”

  5. Test template

How to find Project ID

  1. Type in the browser https://your-site-name.atlassian.net/rest/api/3/project/search

    1. Set the actual site name

  2. Get JSON response of all available projects on your Jira instance

  3. Find

    1. "id": "10288"

    2. "key": "AKC"

  4. Put into Remap config

How to find Issue Types IDs

  1. Type in the browser https://your-site-name.atlassian.net/rest/api/3/project/KAN

    1. Set the actual project KEY

  2. Get JSON response of all basic project info including issue types

  3. Find issue type name, e.g. "name": "Task"

  4. Find issue type ID, e.g. "id": "10005"

  5. Put into Remap config

  6. You need to do that for both: source and target project



For any questions or feature requests contact us via Customer Portal