-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Container - Audit Log, Third Party - Incoming Webhooks
-
Jira Software
Issue Summary
Currently, when an automation webhook request is blocked by an IP allowlist, a code 200 without additional context is returned.
Steps to Reproduce
- Create an automation rule and select as a trigger "Incoming webhook";
- Send a request to the webhook from an IP that is not allowed in your IP allowlist policy.
Expected Results
An appropriate status code or an error message is displayed.
Actual Results
a code 200 without additional context is returned.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available