These are my current rules. They allow work items created with critical priority to create an alert. And to close that alert if the work item is resolved.
I want to add functionality so that if a work item created as noncritical, but is updated so that priority is critical, this will also create an alert. Since rules are processed top down, and i cannot add a create alert rule after the close alert rules, I am not aware of how to add this without breaking the close alert rule from processing.
Create an automation rule to create an alert.
Trigger the rule by field change on field priority
Add conditions if needed
Use a web request action to sent out an api call to create an alert. https://developer.atlassian.com/cloud/jira/service-desk-ops/rest/v1/api-group-integration-events/#api-group-integration-events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.