Forums

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

Jira Tips and Tricks Collection: Finding Specific Automation Flows

tip-find-automation3.png

Tip Relates To

Application Type Jira, Jira Service Management, Confluence, and more
Deployment Type Cloud, Data Center
Audience Application Administrators, Space Administrators
Category Automation, Documentation

Tip

You know there's an automation flow that does X or includes variable Y but there are hundreds of flows! How do you find the one you're looking for?

Option 1: Comb though individual steps in each flow. (Yuck!)

Option 2: Export flows in JSON format and search the code for keywords. (Better!)

Option 3: Document the relevant parts of flows so you can search for keywords later. (Best!)

Here's how I document automation rules in Confluence so I can search and understand them later.

Example flow documentation

Explanation

Let's say you're looking for a flow but all you remember about it is that a user's name is hard coded in one of the steps. If you've documented your rules, you could do a simple keyword search for the phrase "hard coded" (highlighted below), the user's name (highlighted below), or the user's ID (pictured at the bottom of the previous screenshot.) The documentation page containing that information is returned in seconds and there's no need to hunt through flow settings.

PS: It's not too late to document existing flows - so get to it!

Note: Automation flows were previously called automation rules. The individual parts of a flow, previously called components, and now called steps. Read more

Resources


Back to intro and tip list

3 comments

Bill Sheboy
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.
June 18, 2026

Hi @Rachel Wright 

Thanks for your article series.  Yes, and...for this one...

My hope is one day Atlassian will improve / expand the features of the REST API endpoints for automation rules and add webhooks for rule events.  For example, adding:

  • a "get all rules with details" endpoint
  • a "get component codes to human-friendly names" endpoint for all possible steps 
  • endpoint query parameters to search rules by referenced fields (e.g., steps, JQL, etc.)
  • etc.

With those, admins could build automated documentation of rules onto Confluence pages, instrument rule health info for dashboards / measures, and lots of other better rule management practices.  Until then, documentation is a laborious process and perhaps requires customers building their own external tools to help.  (I tried building both a rule-documenting-rule with the endpoints and a VS Code extension a few years ago, but paused the efforts due the amount of rule action churn and the apparent altering of how the engine processes some of component parent / child behaviors internally.)

Kind regards,
Bill

Like # people like this
Rachel Wright
Community Champion
June 18, 2026

Howdy @Bill Sheboy , thanks for commenting! While we're wishing for things, I'd love it if automation supported admin actions too. For example, find a user who hasn't logged in in X days and make their account inactive. Or alert me when a new custom field is added. (I know there are apps that can do this.)

This post is about documenting and searching automation rules, but I do the same exact thing for all of my workflows too. With the new workflow editor officially launching soon, the ability to export doesn't seem to be an option, which makes the documentation even more important.

Manual documentation is annoying, but I'd rather take the time and have it than not have it. Maybe Rovo will save us from this one day? ;)

Take care!

Rachel
Author, Jira Strategy Admin Workbook

Matt Doar
Contributor
June 18, 2026

This is a useful article, thank you. And I agree about how useful automation could be with more support for admin tasks. That said, there are apps such as ScriptRunner than can run more general scripts from automations and do more with the admin REST APIs. Disclaimer: I work for Adaptavist who sell ScriptRunner.

Like Rachel Wright likes this

Comment

Log in or Sign up to comment