Git Integration for Jira Cloud Documentation

Adding webhooks for Bitbucket Cloud

Supported webhook events:

  • Repository – Push
  • Pull request – Created
  • Pull request – Updated

Prerequisite: Enable webhooks in the Git Integration for Jira app before proceeding. See Indexing triggers – Getting Started.

 

Configure Bitbucket Cloud Webhooks

  1. Log in to Bitbucket and open your project.


  2. Go to Repository SettingsWebhooks (under WORKFLOW).

  3. Click Add webhook.


  4. Configure the webhook:

    • Title: Enter a descriptive name for the webhook
    • URL: Paste the Secret URL from Git Integration for Jira ➜ Indexing triggers page


  5. Under Triggers, select one of these options:

    For commits only:

    • Select Repository push

    For commits and pull requests (recommended):

    • Click Choose from a full list of triggers
    • Select RepositoryPush
    • Select Pull RequestCreated and Updated
  6. Click Save.

 

Enable Pull Request Webhooks

For pull request events, configure three separate triggers:

  1. Repository – Push (required)
  2. Pull Request – Created
  3. Pull Request – Updated

Last updated: December 2025

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