Files
zulip/zerver/webhooks/bitbucket/doc.md
Niloth P b7e79715cc integration-docs: Combine two macros that are always used together.
Edited the git-append-branches.md macro to match the previous
git-branches-additional-feature.md macro, and moved it inside the
webhook-url-with-bot-email.md macro, as it's only ever used
immediately after that macro.
2025-03-05 10:39:13 -08:00

791 B

Zulip supports both Git and Mercurial notifications from Bitbucket. This integration is for the old-style Bitbucket webhooks used by Bitbucket Enterprise.

{!create-channel.md!}

The integration will use the default channel commits if no channel is supplied in the hook; you still need to create the channel even if you are using this default.

Next, from your repository's web page, go to the Administration page and choose Hooks on the left-hand side. Choose the POST hook from the list presented and click Add hook.

{!webhook-url-with-bot-email.md!}

By default, notifications are sent to the commits channel. To send notifications to a different channel, append ?stream=channel_name to the URL.

{!congrats.md!}