Is there a way for me to export all automation rules once a month automatically? Possibly leveraging an API?
@Kamel Powers There is no end-user feature for this, and what is even worse, Jira Cloud Automation doesn't offer a public REST API to get the list of all rules.
But! Some noticed that there is an internal API you can connect to, using a regular Atlassian API token. This API can be used to get all rules, a single rule and even update or modify rules.
Here is a Python script that demonstrates this: https://community.atlassian.com/t5/Marketplace-Apps-Integrations/REST-API-for-automation/qaq-p/815314#M103432
We have tried, and the end-point does work! Therefore, you can write your script and put that to a CRON job and you're done!
Hello @Kamel Powers ,
Welcome to community!
I understand that you are for a way to export Automation rule once a month automatically.
To help you better can I know your use case so that I can look for specific alternate as there is no api call that can serve this request.
Have a great day!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We're simply trying to export our automation rules in Jira Software once a month but would like to see if that can be done automatically.
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.