I’m currently exploring governance options for Jira Automation and would like to understand whether it is technically possible to retrieve information about Automation Rules programmatically.
Specifically:
Is there any public REST API that allows retrieving Automation Rule metadata (e.g., rule name, scope, owner)?
Can rule lifecycle events such as:
rule created
rule updated
rule deleted
be accessed via an API?
Are these events included in either:
the Jira project audit log (/rest/api/3/auditing/record), or
the Atlassian Organization Admin Audit API (/admin/v1/orgs/{orgId}/events)?
The goal is to determine whether Automation Rule creation or modification can be monitored automatically (e.g., for governance, compliance, or documentation purposes), particularly in a Jira Cloud Standard environment.
Has anyone successfully accessed this information via API, or are these events only available in certain subscription tiers (e.g., Premium/Enterprise with Atlassian Access)?
Any clarification or real-world experience would be appreciated.
Hi @Alexander Wieske -- Welcome to the Atlassian Community!
There are endpoints to manage rules here:
From your list of questions, there is no way to get the automation audit log with endpoints yet. And, there are no public events which can be monitored for things like rule created, updated, etc.
Here are some open suggestions you may want to watch for those needs:
Kind regards,
Bill
Welcome to the Atlassian Community @Alexander Wieske !
The link provided here by @Bill Sheboy is the only one I found too to help with Automation and REST API
Best,
Fadoua
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.