Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

automation limit

Ivan Andrieiev
July 3, 2026

Perhaps I can find some advice here. Jira currently has a limit of 1,700 automations for the Standard plan. We’ve calculated that there’s a strong possibility we’ll exceed this limit, yet we don’t need the Premium plan. Are there any ways to increase this limit while staying on the Standard plan?

4 answers

1 vote
Gabriela
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 3, 2026

Quick reframe before you start pruning: the 1,700 isn't a cap on how many automation rules you can build — it's how many times your rules can successfully run in a month on Standard. You can have as many rules as you want; what you're actually rationing is executions.

Two things stretch that number a lot further than it looks. First, a run only counts when the rule performs at least one action — if it triggers but bails out at a condition before doing anything, it's free. So the biggest lever by far is pushing your conditions as early in the rule as possible, so rules exit before they act instead of after. A scheduled rule that wakes up, checks, finds nothing to do and stops costs you nothing. Second, the pool is per product, not per site: Jira Software has its own 1,700, but Jira Service Management gets 5,000 and Jira Product Discovery its own bucket, all counted separately. So automations that genuinely belong to a JSM or JPD project draw from that product's allowance rather than your Software 1,700.

One piece of old advice to ignore while you're at it: single-project rules used to be exempt from the count, and you'll still find people saying "just scope everything to one project." Atlassian removed that exemption back in late 2023 — every run counts now regardless of scope, so that trick won't buy you anything anymore.

On the actual question: there's no way to just raise the 1,700 on Standard. Premium is the only thing that changes the number itself, and it swaps to 1,000 runs per user rather than a flat cap. But most teams I've seen don't need the upgrade — they need to find the three or four rules doing most of the damage. Open your global automation and check the Usage view; it breaks consumption down per rule, and it's nearly always a couple of scheduled sweeps or rules that keep re-triggering each other. From there the usual wins are swapping timer-based schedules for event triggers, collapsing chains into one rule with branches, and moving genuinely high-volume deterministic work off automation entirely — ScriptRunner, a small Forge app, or your own script against the REST API via a webhook won't touch your automation quota at all.

Worth sorting before you're up against it, because when you do hit the cap every rule for that product stops running until the 1st of the next month (you'll get warning banners as you get close). If you can share what your heaviest few rules are actually doing, happy to point at where to cut.

1 vote
Gor Greyan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 3, 2026

Hi @Ivan Andrieiev

The monthly automation usage limit cannot be increased while remaining on the Jira Standard plan. The limit is tied to your subscription and isn't something that Atlassian Support can increase on request.

Before considering an upgrade, I'd recommend reviewing your automation usage. In many cases, you can significantly reduce executions by consolidating similar rules, adding conditions earlier in the rule, or disabling rules that are no longer needed.

You can check these docs, for more information.

https://support.atlassian.com/automation/kb/difference-between-automation-service-limits-and-automation-usage-limits/

https://support.atlassian.com/cloud-automation/docs/how-is-my-usage-calculated/


1 vote
Martin Runge
Community Champion
July 3, 2026

Hi @Ivan Andrieiev

As far as I know, there is no way to raise the rule count on Standard, since it is a fixed plan limit rather than something support can bump. If consolidation still leaves you short, the realistic options are Premium or moving some logic into an app.

Multi-project and global rules, along with those that involve a branch or multiple components, often let you simplify your setup by collapsing many similar rules into a single rule. This is usually where most teams save the biggest chunk of their rules. Take a moment to consider: how many of your rules follow the same pattern over and over, project after project? This often shows whether just consolidating your rules can help you stay within your limit.

Cheers,
Martin

Martin Runge
Community Champion
July 3, 2026

Oh! One more thing: You could add more users; this would increase the limit.

Trudy P Claspill
Community Champion
July 3, 2026

@Martin Runge 

Adding users to a Standard plan doesn't increase the usage limit. It is set to a fixed number, not a number per user.

0 votes
Pasam Venkateshwarrao
Community Champion
July 3, 2026

Hi @Ivan Andrieiev ,

For the Jira Standard plan's 1,700 automation limit, the most effective approaches are:

1.Use native workflow post-functions for field assignments and transitions instead of automation rules,

2. If you are  using ScriptRunner, build scripts for complex logic since they run on a separate execution model and don't count against the automation quota.

 

Thanks,

venkat

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events