

To apply automation rules to all spaces, you need to switch to Global administration and apply the same following rules:
Add a trigger → search & choose Work item created


Add a new action component and choose Send web request
Paste the webhook URL from step 1 in the request URL field. Choose the POST HTTP method and select Custom data for the request body & paste the following:
{"trigger": "down"}

Make sure that the Actor for this automation rule is set to Automation for Jira to avoid any permission issues. You can check this in Rule details → Actor
Click next → Turn on rule & give it a name
We have created the create incident rule. Now, let's create the resolve incident rule:


Add an action component and choose Send web request
Paste the same webhook URL from step 1 in the request URL field. Choose the POST HTTP method and select Custom data for the request body & paste the following:
{"trigger": "up"}

Make sure that the Actor for this automation rule is set to Automation for Jira to avoid any permission issues. You can check this in Rule details → Actor
Click next → Turn on rule & give it a name. That's the resolve incident rule created.