Jira Webhooks can not be enabled

Platform Notice: Cloud and Data Center - This article applies equally to both cloud and data center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Problem

Jira Webhooks plugin will not start on startup and can not be enabled using the plugin manager. This is known to affect 6.4.

Diagnosis

Environment

  • JIRA 6.4

  • Jira Webhooks plugin can not be enabled.

Diagnostic Steps

  • Attempt to enable JIRA Webhooks plugin.

  • Confirm this SQL returns False. If you do not get a response or it returns a True, you are not having this issue.

    1 select * from pluginstate where pluginkey = 'com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin';

Cause

If the Jira Webhooks plugin is disabled at startup, it can not be enabled.

Solution

Here is how to enable JIRA Webhooks for startup.

  1. Confirm that the plugin state is turned off. This SQL returns False.

    1 select * from pluginstate where pluginkey = 'com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin';
  2. Stop JIRA.

  3. Update the DB with this command:

    1 delete from pluginstate where pluginkey = 'com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin';
  4. Start JIRA.

  5. Check to see if the plugin is enabled.

Updated on April 15, 2025

Still need help?

The Atlassian Community is here for you.