Jigit - GitHub, GitLab, Azure DevOps integration for Jira
Auto Light Dark
Auto Light Dark

How to configure webhooks with Jigit

Webhook support

Using Webhooks enables Jigit to know about the new commits and pull requests a few moments after they happen.

To configure webhook, you must navigate to Global settings → Enable webhook support.

image-20240111-200745.png

When you enable the webhook support you need to ensure that the URL shown is accessible from your Git server(s).

Webhook URL: JIRA_BASE_URL/plugins/servlet/jigit/webhook

GitHub webhook event

You need to select at least the following events:

  • branch or tag creation

  • branch or tag deletion

  • pull requests

  • pushes


image-20240111-200603.png
image-20240111-200613.png

Gitlab webhook configuration

You need to select at least the following events:

  • push events (all branches)

  • merge request events

image-20240111-200736.png


Updated: