Files
zulip/zerver/webhooks/bitbucket3/doc.md
Lauryn Menard 7e7e6b7ba9 integration-docs: Clarify use of event-filtering-additional-feature.
Using an if block when {!event-filtering-additional-feature.md!}
is used implied that we plan to have this in all webhook doc .md
files.

But, it actually makes sense to only use this macro when the
webhook integration actually supports event filtering.
2024-07-08 13:51:50 -07:00

42 lines
1.1 KiB
Markdown

# Zulip Bitbucket Server integration
Zulip supports both Git and Mercurial notifications from
Bitbucket. This integration is for the new-style Bitbucket
webhooks used by Bitbucket Server.
For the old-style Bitbucket webhooks used by Bitbucket Enterprise,
click [here](./bitbucket), and for the new-style webhooks used by
Bitbucket Cloud (SAAS service) click [here](./bitbucket2).
{start_tabs}
1. {!create-channel.md!}
1. {!create-an-incoming-webhook.md!}
1. {!generate-webhook-url-basic.md!}
1. On your repository's web page, go to **Settings**. Select
**Webhooks**, and then click **Add webhook**.
1. Set **Title** to a title of your choice, such as `Zulip`. Set **URL**
to the URL generated above, and toggle the **Active** checkbox.
Select the **Triggers** you'd like to be notified about, and click
**Save**.
{end_tabs}
{!congrats.md!}
![](/static/images/integrations/bitbucket/004.png)
{!event-filtering-additional-feature.md!}
### Configuration options
{!git-branches-additional-feature.md!}
### Related documentation
{!webhooks-url-specification.md!}