Import and export Jira automation rules

In Jira Cloud, you have the option of importing and exporting your automation rules. This is useful for when you have to move your data from one Jira Cloud site to another, or if your team is migrating from Jira Server to Jira Cloud.

Before you begin

You must be a global administrator to import and export automation rules. Learn more about global permissions.

Export your automation rules to a JSON file

Jira automation provides a quick way to export all your automation data into one file.

  1. In Jira settings, select System > Automation rules. You’ll be navigated to the global Automation screen.

  2. In the top right corner, select > Export rules. This will download a JSON file containing all global and project-scoped automation rules.

Import your automation rules to a Jira Cloud site

Things to be aware of when importing automation rules

  • Server to Cloud: After migrating rules from Automation for Jira Server to Jira Cloud, you may have to reconfigure your rules. In particular, there’s a strong chance that data specific to your Jira instance such as Statuses, Issue types, or Fields and custom fields won’t map correctly and those rules will need to be reconfigured.

  • Cloud to Cloud: You may also need to reconfigure your rules when migrating from one Jira Cloud site to another, but this is more likely to be successful.

  • File limit: Your JSON file must be 5MB or smaller. If your file is too big, you can export your rule in multiple segments.

 

Once you have your JSON file, you can then import that automation data to any Jira site.

  1. In Jira settings, select System > Automation rules. You’ll be navigated to the global Automation screen.

  2. In the top right corner, select > Import rules.

  3. Select Upload JSON or drag and drop your JSON file to the area inside the dotted line.

  4. Select the rules you want to import and the scope of projects for each rule.

  5. Optional: Select Import rule owners to import the rule owners from your file. If this isn’t selected, the person who imported the rules will be listed as the rule owner.

    • If importing from Server/Data Center: You’ll need to manually change the account IDs for your rule owners, because these are different in Cloud.

      If importing from Cloud: No changes need to be made to the JSON file, but you’ll need to ensure those users are in your Jira Cloud site.

  6. Select Let's do this to finish the import.

All imported rules will initially be disabled and you’ll have to enable them to use them. If a rule with the same name already exists, the imported rule’s name will become Copy of [rulename].

Additional Help