Forums

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

Exploring AI Generated Jira Automation: What It Can Do Today and Where Human Expertise Still Matters

Artificial intelligence is quickly becoming part of everyday work in Jira. With Atlassian's recent AI capabilities, including the ability to generate Jira automation rules from natural language, creating automation has become far more accessible than it used to be. Instead of manually assembling triggers, conditions and actions, administrators can now describe what they want to achieve and receive a working automation draft within seconds, and for many teams that represents a real improvement in productivity.

After spending some time exploring these new capabilities, I found myself thinking less about what AI can generate and more about how organizations should evaluate AI generated automation before putting it into production. This article shares a few observations from that perspective.

What AI Already Does Very Well

It makes sense to start with the positives, because they are genuinely significant. AI dramatically lowers the barrier to creating automation, so that instead of navigating through dozens of options, an administrator can simply write something like:

When a Critical issue is created, assign it to the Platform Team, notify the Incident Manager and create a linked follow up task.

Within seconds, AI proposes a rule that is often very close to what an experienced administrator would have built by hand. For experienced Jira administrators, this can noticeably reduce repetitive configuration work, and for newer administrators it removes much of the intimidation that has traditionally come with learning Jira automation. In my view this is one of the most exciting changes to Jira administration in recent years.

A Simple Example

Imagine a service project that receives production incidents. In the past, creating the automation for it would have required selecting the trigger, defining the issue conditions, choosing the branching logic, configuring the notifications, creating the linked issues and then testing every path individually. Today much of that can be generated from a single prompt, and the result is often surprisingly close to what an experienced administrator would have produced manually. That saves a considerable amount of time, and it also makes automation accessible to teams that previously avoided it because it felt too complex.

But AI Generates Rules, It Does Not Know Your Organization

This is where I believe an important distinction sits. AI understands the prompt, but it does not automatically understand your organization, and there are many things that live entirely outside the prompt itself. Naming conventions, governance policies, approval processes, workflows that are specific to individual projects, compliance requirements and operational responsibilities all shape what a good automation looks like, yet none of them are visible to the model when it reads a single sentence. As a result, an automation can be technically correct and still be operationally inappropriate. That is not really a limitation of AI, it is simply the difference between generating logic and understanding organizational context.

f2_context_1.png

Questions Worth Asking Before Enabling an AI Generated Rule

Rather than only asking whether the automation works, I think administrators benefit from asking a few additional questions. The first is whether it aligns with the governance model. Many organizations define clear standards for workflow design, issue transitions and ownership, and AI cannot automatically verify that a generated automation actually follows those standards.

The second is whether it will scale. A rule that works perfectly in one project may behave quite differently across dozens of projects, because naming conventions, custom fields and permissions all vary, and scaling automation reliably is often much harder than creating it in the first place.

The third is what happens six months from now. Automation rarely stays static, since projects evolve, workflows change, fields get renamed and permissions are adjusted over time, so every rule is really part of a living system that needs ongoing maintenance.

The fourth question, which often receives too little attention, is who actually owns the automation. If a rule fails months later, it matters a great deal whether anyone notices, reviews it and updates it. Creating automation has become easier, but managing it remains a continuous responsibility.

AI Changes How We Build Automation

One interesting consequence of all this is that AI gradually changes the role of the Jira administrator. Traditionally, a large part of an administrator's value came from knowing how to build automation in the first place, and AI increasingly helps with exactly that part. As a result, the role shifts toward something more strategic, where the real contribution lies in validating business logic, reviewing governance, assessing operational impact, maintaining consistency across the platform and ensuring sustainability over the long term. Those responsibilities only become more important as automation becomes easier to create.

f4_roleshift.png

Automation Is Only One Layer

Thinking about this also made me realize that Jira administration increasingly consists of several distinct layers that complement rather than compete with one another. At the level of execution, individual issues move through their workflows. At the level of automation, rules react to events and perform actions automatically. Above both of those sits a layer of operational understanding, where administrators need visibility into how all of those rules, workflows and configurations interact with one another over time. Each layer supports the others, and none of them removes the need for the layer above it.

f1_layers_1.png

A Practical Review Checklist

Whenever AI generates an automation, I would recommend taking a few minutes to review the following before enabling it.

  • ✅ Does the trigger behave exactly as expected?
  • ✅ Have all of the conditions been validated?
  • ✅ Does the rule work across every project it is intended for?
  • ✅ Are notifications going to the correct people?
  • ✅ Could this rule accidentally create loops?
  • ✅ Who owns the future maintenance of it?
  • ✅ Is there documentation explaining why the rule exists?

Since first publishing this, Sami Shaik raised a point in the comments that I think deserves a place on the list, because automation is no longer only something AI generates, it is increasingly something AI runs inside. The rule builder already offers an agent step, and that changes what "reviewing a rule" even means.

  • ✅ Does this rule contain an AI step, and if so, does that step narrate or decide?

Answering these questions honestly usually takes only a few minutes, and it can prevent significant operational issues later on.

Final Thoughts

I believe AI generated automation is one of the most valuable improvements Jira administrators have received in recent years, because it reduces complexity, accelerates configuration and helps far more teams benefit from automation. At the same time, I do not think it removes the need for experienced administrators. Instead, it changes where their expertise creates the greatest value, so that less time is spent building individual rules and more time is spent reviewing architecture, governance and operational health over the long term. For me that is an exciting evolution rather than a replacement.

Discussion

I am curious how others are approaching this, and I would genuinely like to hear about your experience.

  • Have you started using AI to generate Jira automation rules?
  • What kinds of automation have worked particularly well for you?
  • Where have you found that human review is still essential?

I would love to hear how you are integrating AI into your Jira administration workflows.

3 comments

Sami Shaik
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.
August 4, 2026

Excellent breakdown @Maria Reisinger _MetaFrazo_  , and the "generating logic vs understanding organizational context" line deserves to be quoted widely.

To answer your discussion questions from hands-on time: yes, and the pattern that has served me best so far is narrate, not decide. Letting AI draft the rule, or letting an agent step summarise and comment, while keeping state changes with deterministic conditions and post functions a human designed. The generation is impressively close, exactly as you describe; the review is where the real work moved.

One dimension I would add to your (very good) checklist, because it is arriving fast: automation is no longer only something AI generates, it is becoming something AI runs inside. The rule builder already offers an agent step, and the Summer Release brings a built-in agent shipping with pre-built automation templates designed to run autonomously. Which means your ownership question doubles: someone must own the rule, and someone must own what the generative step inside it is allowed to produce. So my proposed extra checklist line: does this rule contain an AI step, and does that step narrate or decide?

Your three-layers diagram maps neatly onto where I think that governance conversation lands. Looking forward to more of these.

Like # people like this
Maria Reisinger _MetaFrazo_
Atlassian Partner
August 4, 2026

Thank you, @Sami Shaik. This is exactly the kind of response I was hoping the article would provoke.

"Narrate, not decide" is a wonderful way to compress it. It draws the line precisely where I think it belongs. Let the generative part draft, summarize and comment, but keep the state changes, meaning the transitions, the post functions and the conditions, under logic a human designed and can be held accountable for. That distinction is easy to lose the moment an agent step feels trustworthy enough to lean on.

And you're right that this is arriving faster than the article assumes. I was still framing AI as something that generates a rule you review once. The agent step, and the built-in agent shipping with the Summer Release, turn it into something that runs inside the rule and produces new output every time it fires. That genuinely doubles the ownership question, exactly as you put it. Someone owns the rule, and someone owns what the step inside it is allowed to produce, and the second owner is harder to assign, because the behaviour isn't visible in the rule definition, only in what it does at runtime.

I'm going to adopt your checklist line, with credit. "Does this rule contain an AI step, and does that step narrate or decide?" belongs on it. It's the one question that survives the shift from AI-generated to AI-embedded.

It also strengthens the case for that top layer, I think. When rules were static, you could review them once and move on. When a rule contains something acting at machine speed and producing fresh output on every run, the operational-understanding layer stops being a nice-to-have and becomes the only place that behaviour is actually observable over time. Really appreciate you pushing the thinking forward.

Like Sami Shaik likes this
Sami Shaik
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.
August 4, 2026

Thank you @Maria Reisinger _MetaFrazo_ , and consider the credit mutual: your article gave the pattern a place to land.

Your runtime point is the one I keep coming back to. A rule definition you can review once, but an agent step you can only observe in what it produces, run after run. Which means the second owner you describe is really signing up for monitoring, not review. That is a different job, and most teams have not staffed it yet.

Looking forward to the next piece. If your checklist grows a few more lines like this, it might deserve an article of its own.

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events