Files
zulip/zerver/webhooks/bitbucket2/doc.md
Lauryn Menard 0543f4596c integrations-docs: Update git-webhook-url-with-branches.md.
Updates `git-webhook-url-with-branches.md` (and two files that use
that file as an include link) for some of the follow-ups from #22315
to the Markdown parser. With this fix, all integrations docs that
reference this file as an include link should render the url as a
div element with `.codehilite` class.
2022-07-07 17:12:00 -07:00

25 lines
843 B
Markdown

Zulip supports both Git and Mercurial notifications from
Bitbucket. This integration is for the new-style Bitbucket
webhooks used by the Bitbucket SAAS service.
For the old-style Bitbucket webhooks used by Bitbucket Enterprise,
click [here](./bitbucket), and for the new-style webhooks used by
Bitbucket Server click [here](./bitbucket3).
1. {!create-stream.md!}
1. {!create-bot-construct-url.md!}
{!git-webhook-url-with-branches.md!}
1. On your repository's web page, click on **Settings**. Select
**Webhooks**, and click **Add webhook**.
1. Set **Title** to a title of your choice, such as `Zulip`. Set **URL**
to the URL constructed above, and check the **Active** checkbox. Select
the **Triggers** you'd like to be notified about, and click **Save**.
{!congrats.md!}
![](/static/images/integrations/bitbucket/003.png)