From 53c575d8cb0d47a6cf346c6a51296426cbf5c91a Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Tue, 9 Jul 2024 16:44:26 +0200 Subject: [PATCH] integration-docs: Update Linear for new doc format. Part of #29592. --- zerver/webhooks/linear/doc.md | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/zerver/webhooks/linear/doc.md b/zerver/webhooks/linear/doc.md index 24daddd7a0..94a72180d3 100644 --- a/zerver/webhooks/linear/doc.md +++ b/zerver/webhooks/linear/doc.md @@ -1,20 +1,34 @@ +# Zulip Linear integration + Get Linear notifications in Zulip! +{start_tabs} + 1. {!create-channel.md!} 1. {!create-an-incoming-webhook.md!} -1. {!generate-integration-url.md!} +1. {!generate-webhook-url-basic.md!} - You can refer to Linear's documentation for [webhook events](https://developers.linear.app/docs/graphql/webhooks). - -1. Go to your team on Linear and open **Settings**, select **API**, +1. Go to your team on Linear, and open **Settings**. Select **API**, and click on **New Webhook**. -1. Set **Webhook URL** to the URL constructed above. Select the data - change events for which you would like to receive notifications - for, and click **Create Webhook**. +1. Set **Webhook URL** to the URL generated above. Select the **Data + change events** you'd like to receive notifications for, and click + **Create Webhook**. + +{end_tabs} {!congrats.md!} ![Linear Integration](/static/images/integrations/linear/001.png) + +{!event-filtering-additional-feature.md!} + +### Related documentation + +- [Linear webhook events documentation][linear-webhooks] + +{!webhooks-url-specification.md!} + +[linear-webhooks]: https://developers.linear.app/docs/graphql/webhooks