A Practical Look at Advanced Automation Components in Atlassian Cloud

Brandon Davies

|

15 December, 2025

curve shape
Feature Image

Atlassian has taken a significant step forward with automation in Cloud. The new Advanced Automation Components give teams the ability to design true multi-step Business Process Automation inside Jira, without the need for external tooling or workarounds.

Available to Premium and Enterprise customers, these components unlock more control, more scale, and more sophisticated workflow design. Below is a practical breakdown of what is new, how it works, and where it can make an immediate impact.

1. Branch at the Same Time: Parallel Processing for Faster Outcomes

Parallel branching introduces a major efficiency lift. Instead of workflows running step by step, you can now execute up to three independent branches simultaneously. This removes the ambiguity that used to occur when one branch completed later than expected or when variables fell out of scope.

Each branch runs independently, the rule auto-joins once all branches complete, and variables can now be passed cleanly between branches.

Where this shines: Instant onboarding

Teams no longer need to wait for HR to finish before IT or Finance kicks in.

For example:

  • IT can generate provisioning tasks.
  • HR can send welcome communications.
  • Finance can trigger payroll checks.

The entire onboarding process compresses because everything initiates at once.

2. Delay Until: Event-Based Waiting that Removes Bottlenecks

Delay Until introduces precise pause logic that helps avoid premature automation triggers. Instead of relying on scheduled rules that check every few minutes, you can now wait for a specific time or a specific event.

The component supports delays from 10 seconds to 90 days. You can pause for a fixed duration or wait until a condition is met like a status change or a work item update.

Example: Human-in-the-loop approvals

Incident automations often need a quick validation from an engineer. With Delay Until:

  • The automation pauses for up to two hours or until a reviewer changes the status.
  • If the engineer reviews the item early, the rule continues immediately.
  • If not, the time limit prevents unnecessary stagnation.

Example: Allowing AI time to work

When using a Rovo agent to generate content, adding a short Delay ensures the draft has been fully created before the automation moves on to send updates or notifications.

3. Loop: Iterative Logic for Reliability and Resilience

The Loop component introduces controlled repetition inside a rule. This is ideal for retry patterns or scenarios where conditions need to be checked more than once. Loops can run up to three times and can include up to 32 conditions to determine when to continue or stop.

Smart variables like {{loop.count}} and {{loop.conditionMet}} give visibility into how the loop is behaving.

Example: Retrying failed integrations

External systems occasionally fail due to transient issues. With Loop:

  • A web request can retry automatically.
  • You can add a Delay between attempts.
  • If the retry succeeds, the loop ends early.

This pattern delivers resilience without custom code.

4. A More Capable Automation Architecture

To support these new components, Atlassian has uplifted the surrounding automation framework.

Groups for clarity

When an advanced component is added, the rule is segmented into Groups. Each group contains its own logic, inputs, and outputs which makes large automations far easier to follow.

Conditions on triggers

Rules can now filter at the trigger level. For example, the rule will only fire if Priority equals Critical. This means fewer rule executions and a much cleaner view.

Improved error detection

Jira Automation now surfaces warnings and errors before a rule is saved which helps avoid misconfigurations that would break execution later.

Updated service limits

To keep performance stable, Atlassian has introduced new run-time boundaries:

  • Rules can run for up to 15 days which supports long Delay logic.
  • Up to 500 components per rule.
  • Up to two levels of nested logic like a Loop inside a Branch.

These guardrails ensure teams can build complex automations at scale.

5. A Broader Action Library and a Cleaner UI

Atlassian has expanded the actions catalogue with hundreds of additional automation actions. The UI has also been refreshed to filter by connected applications which makes actions far easier to find and reuse.

Final Thoughts

Advanced Automation Components move Jira beyond simple task automation. They provide the building blocks for real Business Process Automation that touches multiple teams, systems, and workflows.

For organisations aiming to reduce manual effort, improve consistency, or scale their operations, these new capabilities open the door to a more orchestrated and predictable ecosystem.

If you want help designing automation patterns or exploring what these components could do inside your environment, we are always happy to chat.

Share:

You might also like...

Browse all Articles
company logo

Atlassian Team ’25: Rovo Updates & AI News

Atlassian Team ’25 Europe in Barcelona showcased a wave of innovation focused on one clear theme: AI for everyone. Atlassian is extending the power of Rovo, its AI teammate, across every product, helping teams move beyond individual productivity to organisation-wide intelligence.

Read More