Skip to main content
Configuring the Jira <> DefectDojo Webhook

How to create a webhook within Jira to push updates to DefectDojo

Updated over a week ago

The Jira integration allows for bidirectional sync via webhook. DefectDojo receives Jira notifications at a unique address, which can allow for Jira comments to be received on Findings, or for Findings to be resolved via Jira depending on your configuration.

Locating your Jira Webhook URL

Your Jira Webhook is located on the System Settings form under Jira Integration Settings: Enterprise Settings > System Settings from the sidebar.

Configuring Jira to send updates to your Webhook

  1. Visit https:// <YOUR JIRA URL> /plugins/servlet/webhooks

  2. Click 'Create a Webhook'.

  3. For the field labeled 'URL' enter: https:// <YOUR DOJO DOMAIN> /jira/webhook/ <YOUR GENERATED WEBHOOK SECRET>. The Web Hook Secret is listed under the Jira Integration Settings as listed above.

  4. Under 'Comments' enable 'Created'. Under Issue enable 'Updated'.

Note that you do not need to create a Secret within Jira to use this webhook. The Secret is built into DefectDojo's URL, so simply adding the complete URL to the Jira Webhook form is sufficient.

DefectDojo's Jira Webhook only accepts requests from the Jira API.

Testing the Webhook

Once you have one or more Issues created from DefectDojo Findings, you can test the Webhook by adding a Comment to one of those Findings. The Comment should be received by the Jira webhook as a note.

If this doesn’t work correctly, it could be due to a Firewall issue on your Jira instance blocking the Webhook.

  • DefectDojo's Firewall Rules include a checkbox for Jira Cloud, which needs to be enabled before DefectDojo can receive Webhook messages from Jira.


Did this answer your question?