integration-docs: Update Jira for new doc format.

Part of #29592.
This commit is contained in:
Lauryn Menard 2024-07-09 16:08:24 +02:00 committed by Tim Abbott
parent 95b74a7bfb
commit bd9a10cfbb
1 changed files with 23 additions and 16 deletions

View File

@ -1,29 +1,36 @@
# Zulip Jira integration
Get Zulip notifications for your Jira projects!
These instructions apply to Atlassian Cloud's hosted Jira, and Jira Server version
5.2 or greater. For older installs, you'll need our [Jira plugin](./jira-plugin).
These instructions apply to Atlassian Cloud's hosted Jira, and Jira
Server versions 5.2 or greater. For older versions, you'll need our
[Jira plugin](./jira-plugin).
{start_tabs}
1. {!create-channel.md!}
1. {!create-an-incoming-webhook.md!}
1. {!generate-integration-url.md!}
1. {!generate-webhook-url-basic.md!}
1. Go to your Jira **Site administration** page. Click **Jira** on the left.
On the left sidebar, scroll down, and under **Advanced**, click **WebHooks**.
Click **+ Create a WebHook**.
1. Go to your Jira **Site administration** page, and click on **Jira**.
In the left sidebar, scroll down, and under **Advanced**, click
**WebHooks**. Click **+ Create a WebHook**.
1. Set **Name** to a name of your choice, such as `Zulip`. Set **Status** to
**Enabled**, and set **URL** to the URL constructed above. Select the events
you'd like to be notified about, and click **Create**. We
support the following **Issue** and **Comment** events:
* when an issue is created
* when an issue is deleted
* when an issue is updated
* when a comment is added
* when a comment is updated
* when a comment is deleted
1. Set **Name** to a name of your choice, such as `Zulip`. Set
**Status** to **Enabled**, and set **URL** to the URL generated
above. Select the [events](#filtering-incoming-events) you'd like
to be notified about, and click **Create**.
{end_tabs}
{!congrats.md!}
![](/static/images/integrations/jira/001.png)
{!event-filtering-additional-feature.md!}
### Related documentation
{!webhooks-url-specification.md!}