Is there a good way to be able to manage case stages via playbooks where cases have multiple grouped alerts?
We're using case stages to calculate metrics such as MTTR.
If we have a case with a single alert, then we can make the alert playbook change the case stage to "Resolved" as part of closing the alert. But if a case has multiple alerts, we need that to only happen once the last alert on the case is resolved.
We can't see any supported way to achieve this, such as a way to add conditional logic to a playbook based on the status of all other alerts in the same case.
How are others handling this scenario?