Can you automate workflows in Jira?

Quick Answer: Yes. Jira includes a built-in Automation feature with rules composed of triggers, conditions, and actions. Common automations include automatic issue transitions, assignee rotation, SLA notifications, and cross-project issue linking. Automation is available on all Jira Cloud plans with varying rule limits.

Automating Workflows in Jira

Jira Cloud includes a built-in Automation engine that uses an if-this-then-that rule structure. As of April 2026, automation is available on all Jira Cloud plans: Free (100 rule executions/month), Standard (500/month), Premium (1,000/month), and Enterprise (unlimited).

Rule Structure

Each automation rule consists of three components:

  • Trigger — The event that starts the rule (issue created, field changed, scheduled, manual)
  • Conditions — Filters that determine whether the rule continues (issue type, status, priority, JQL)
  • Actions — Operations performed when conditions are met (transition issue, assign, comment, send email)

Common Automation Rules

Auto-Assign Based on Component

  • Trigger: Issue created
  • Condition: Component equals "Backend"
  • Action: Assign to backend team lead

Auto-Transition on PR Merge

  • Trigger: Development branch merged (via Jira + GitHub/Bitbucket integration)
  • Action: Transition issue from "In Review" to "Done"

SLA Warning Notification

  • Trigger: Scheduled (check every hour)
  • Condition: Issue is unresolved AND created more than 48 hours ago AND priority is "High"
  • Action: Send Slack notification to #support-escalation with issue details

Story Point Roll-Up

  • Trigger: Sub-task story points changed
  • Action: Sum sub-task story points and update parent issue's story points field

Sprint Cleanup

  • Trigger: Sprint completed
  • Action: Move unfinished issues to next sprint and add a comment noting the carry-over

Available Triggers

  • Issue created, updated, deleted, or transitioned
  • Comment added or edited
  • Worklog added
  • Sprint started or completed
  • Scheduled (cron-like) or manual
  • Incoming webhook

Available Actions

  • Transition issue to a status
  • Edit issue fields (assignee, priority, labels, custom fields)
  • Add comment or internal comment
  • Send email or Slack notification
  • Create a sub-task or linked issue
  • Log work or set due date

Automation Templates

Jira provides a library of 100+ pre-built automation templates that can be imported and customized, covering DevOps, IT service management, project management, and agile workflows.

Related Questions

Last updated: | By Rafal Fila

Related Tools

Related Rankings

Dive Deeper