-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Webhooks
-
None
-
2
-
5
Feature Request
As a Jira admin, when establishing a non-prod environment, I would like to disable all outbound webhook automatically.
Currently outbound mail can be disabled via Jira's -Datlassian.mail.senddisabled=true startup property, so it would be desirable to configure something similar for Jira webhooks
Workaround
Disable webhook at the database level (Jira restart required)
--Disable all Jira webhook UPDATE "AO_4AEACD_WEBHOOK_DAO" SET "ENABLED" = FALSE