mirror of https://github.com/zulip/zulip.git
parent
0fa9b94480
commit
53c575d8cb
|
@ -1,20 +1,34 @@
|
||||||
|
# Zulip Linear integration
|
||||||
|
|
||||||
Get Linear notifications in Zulip!
|
Get Linear notifications in Zulip!
|
||||||
|
|
||||||
|
{start_tabs}
|
||||||
|
|
||||||
1. {!create-channel.md!}
|
1. {!create-channel.md!}
|
||||||
|
|
||||||
1. {!create-an-incoming-webhook.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**.
|
and click on **New Webhook**.
|
||||||
|
|
||||||
1. Set **Webhook URL** to the URL constructed above. Select the data
|
1. Set **Webhook URL** to the URL generated above. Select the **Data
|
||||||
change events for which you would like to receive notifications
|
change events** you'd like to receive notifications for, and click
|
||||||
for, and click **Create Webhook**.
|
**Create Webhook**.
|
||||||
|
|
||||||
|
{end_tabs}
|
||||||
|
|
||||||
{!congrats.md!}
|
{!congrats.md!}
|
||||||
|
|
||||||
![Linear Integration](/static/images/integrations/linear/001.png)
|
![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
|
||||||
|
|
Loading…
Reference in New Issue