integration-docs: Update Taiga for new doc format.

Part of zulip#29592.
This commit is contained in:
Niloth P 2024-07-09 17:00:47 +05:30 committed by Tim Abbott
parent 1ec5610d7a
commit 0f7b1ba401
1 changed files with 15 additions and 7 deletions

View File

@ -1,22 +1,30 @@
# Zulip Taiga integration
Receive Zulip notifications for your Taiga projects! Receive Zulip notifications for your Taiga projects!
{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!}
Make sure to specify the topic in the URL above. Otherwise, the
default topic `General` will be used.
1. Go to your **Projects Dashboard** on Taiga, and select the project you'd like to 1. Go to your **Projects Dashboard** on Taiga, and select the project you'd like to
receive notifications for. Go to **Admin**, and click on **Integrations**. receive notifications for.
Click on **Add a new webhook**.
1. Go to **Admin**, and select **Integrations**. Click **Add a new webhook**.
1. Set **Name** to a name of your choice, such as `Zulip`. Set **URL** to the 1. Set **Name** to a name of your choice, such as `Zulip`. Set **URL** to the
URL constructed above, and set **Secret key** to the API key of the bot created URL generated above, and set **Secret key** to the API key of the bot created
above. Save the form. above. Save the form.
{end_tabs}
{!congrats.md!} {!congrats.md!}
![](/static/images/integrations/taiga/001.png) ![](/static/images/integrations/taiga/001.png)
### Related documentation
{!webhooks-url-specification.md!}