I am looking to inventory all automation rules for a particular space as part of a larger initiative whereby the current space will be recreated in a new space and most entities will be redesigned. As such, I need to review all rules associated with the space. I do not see a filter option in the automation screen to just view the rules associated with that space.
I do see I can export the actual rule itself individually.
You can use the API for that
https://developer.atlassian.com/cloud/automation/rest/api-group-rule-management/#api-rest-v1-rule-summary-get
You will need a script for this. There is a line that has the project ID:
ari:cloud:jira:xxxxxx:project/10014"
You can check yours, and then filter the summary you get with the API using the project ID.
Regards
Go to space settings and select Automation on left panel. I'm presented with a list of automations for this specific space.
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.