Skip to main content
Skip table of contents

Automation & REST API

Easy Issue Templates for Jira enables you to use Issue Templates through Jira Automation by leveraging specific triggers or integrating with other tools via REST API. This functionality ensures that your workflows remain interconnected and efficient.

Use Cases

✅ Enable the Automation feature

You must have System Admin permissions

  1. Make sure Easy Issue Templates is installed.

  2. Navigate to Apps → Manage Apps → Easy Templates → Settings.

  3. Enable Automation toggle.

Group 15(2).png

Once enabled, Project Admins can configure template-specific webhooks and payloads.

🔧 Set-up Automation per Template

You must have Project Admin or System Admin permissions

Generate Web Request URL and Payload

  1. Go to Manage Templates → choose a Template → Automation.

  2. Toggle Enabled.

  3. Click Generate new URL to create a unique webhook URL for that template.

This URL will be used in your Jira Automation rule or other external tools.

Automation ON(1).png

Prepare Payload

  1. Choose Operation:

    1. Create Issues – Generates new issues from the template. You’ll need the target Project ID, which you can set dynamically using a smart variable (e.g., {{project.id}}) in Jira Automation or choose from the list provided.

    2. Apply Template – Applies the template to an existing issue, including sub-tasks or child issues creation

  2. Review Variables
    If your template uses variables, check and prepare their values.

  3. Review Payload:
    You’ll use this payload when configuring the webhook action.

Automation Payload(2).png

⚙️ Creating a Jira Automation rule

You must have Project Admin or System Admin permissions

  1. Go to Jira Automation (Project or Global settings).

  2. Create a new Automation Rule.

  3. Select any Trigger you need.

  4. Add an ActionSend web request.

  5. Paste the Web Request URL generated in your template’s Automation settings. (https://appliger.atlassian.net/wiki/spaces/ET/pages/edit-v2/3286073349#Preparing-Web-request-URL-and-Payload

  6. Use POST as the HTTP method.

  7. Choose Custom Data as the Web request body.

  8. Paste your prepared Payload into the Custom Data field.

  9. Save and enable the Rule

Automation Jira Setup.png
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.