Jira resources says the following about what counts as a rule execution:
https://support.atlassian.com/jira-software-cloud/docs/how-is-my-usage-calculated/
What is a rule execution?
Any time an event fires as a result of an automation rule you have enabled, it will count as a rule execution.
For example, if you have created a rule that fires whenever an issue transitions to Done, this will count as a rule execution. Even if the rule does not perform an action, as long as it has been triggered, it is considered an execution.
This doesn't make things clear. The first sentence seems to indicate that it is an execution when an event is fired from within a rule. The second and third sentences seems to say that anytime a rule is triggered, regardless of it is fires an event or not, it counts as an execution. If anything, it seems like 2 and 3 indicate that if a rule runs, and fires an event, then that counts as two executions.
Does anyone have any clarity on this?
Thanks all