mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
Updated the Git-related integrations that support branch filtering: - Removed the branch-filtering configuration option, and its macro. - Added a new macro that integrates the branch-filtering instruction with the Generate-URL step. The new macro `generate-webhook-url-with-branch-filtering` builds off of the `generate-webhook-url-basic` macro, adding only the branch filtering instruction. But, it does not re-use the macro, instead duplicates it, to avoid the newline break that would be added otherwise.
34 lines
865 B
Markdown
34 lines
865 B
Markdown
# Zulip Azure DevOps integration
|
|
|
|
Get Azure DevOps notifications in Zulip!
|
|
|
|
{start_tabs}
|
|
|
|
1. {!create-an-incoming-webhook.md!}
|
|
|
|
1. {!generate-webhook-url-with-branch-filtering.md!}
|
|
|
|
1. Go to your project on Azure DevOps, click on the **Project
|
|
settings** in the bottom left corner and select **Service
|
|
hooks**. Click on **Create subscription**, select
|
|
**Web hooks**, and click **Next**.
|
|
|
|
1. Select the [events](#filtering-incoming-events) you would like to receive
|
|
notifications for, and click **Next**.
|
|
|
|
1. Set **URL** to the URL you generated. Ensure that **Resource
|
|
details to send** and **Detailed messages to send** are set to
|
|
**All**. Click **Finish**.
|
|
|
|
{end_tabs}
|
|
|
|
{!congrats.md!}
|
|
|
|

|
|
|
|
{!event-filtering-additional-feature.md!}
|
|
|
|
### Related documentation
|
|
|
|
{!webhooks-url-specification.md!}
|