April 30th 1 PM ET

Git Integration for Jira Cloud Documentation

Webhook GitHub Organization support

The Git Integration for Jira app supports GitHub Organization webhooks. Rather than creating a webhook for each repository manually, configure the webhook at the GitHub Organization level to automatically register webhook for each repository.


To configure GitHub organization webhook:

  1. Login to your GitHub account and go to your GitHub Organization.

  2. Go to Settings.

  3. Under Organization Settings, go to Webhooks.

  4. Click Add webhook.

  5. Paste the webhook URL into the Payload URL field. (The webhook url is acquired from the Git Integration for Jira Cloud app ➜ Indexing triggers configuration page.)


  6. Set the Content type to application/json.

  7. Select/enable the “Let me select individual events” option:

    1. Select Branch or tag deletion

    2. Select Branch or tag creation

    3. Select Pull requests

    4. Select Pushes

  8. Click Add webhook to complete this setup.

Have feedback about this article? Did we miss something? Let us know!
On this page