Use Jira automation with Jira Edge Connector (JEC)

This article highlights a new alerting feature that's natively available in Jira Service Management which is gradually rolling out to some Jira Service Management Cloud customers. It may not yet be visible or available on your site.

Before you begin

To manage project and team automations, you must have the appropriate permissions:

To manage global automations, you’ll need the Administer Jira permission. Learn more about global permissions in Jira Cloud.

Integrate with Jira Edge Connector to run scripts using automation

  1. Go to Automation and select Create rule.

  2. Select the Run script using Jira Edge Connector action for your rule.

  3. Select Connect to create a connection with Jira Edge Connector. Connections allow your automation rules to make changes in other tools and products.

  4. Enter a unique name for your API key and select Create API key.

  5. Copy the API key you created and add it in the apiKey field in your Jira Edge Connector configuration file. Read more about configuring JEC.

  6. Enter name of the action mapped to the on-prem script you want to run. This is found in the actionMappings → mappedAction field of your JEC configuration file.

  7. Add key-value pairs you want to include in the JSON message sent to the on-prem system. Jira doesn't validate your key-value pairs, so make sure you verify them.

  8. Save your rule.

You can use the same API key across multiple rules. However, removing your API key will cause all automation rules using the API key to stop working.

Additional Help