Files
zulip/zerver/webhooks/jira/doc.md
Eeshan Garg 28109e0f9e webhooks/jira: Ignore comment_created message.
comment_created payloads may not contain the required issue data
to format a useful notification, therefore, it is better to handle
issue comments through issue_updated events (which we already do).

Fixes: #11995.
2019-05-01 16:32:58 -07:00

31 lines
1.2 KiB
Markdown

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).
1. {!create-stream.md!}
1. {!create-bot-construct-url-indented.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. 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
only support the following **Issue** events:
* when an issue is created
* when an issue is deleted
* when an issue is updated
!!! tip ""
If you'd like to be notified of issue comments, you should enable **Issue**
updates; Zulip ignores Jira's webhook **Comment** events as
they are redundant with the Issue events and do not have
complete information in some versions of Jira.
{!congrats.md!}
![](/static/images/integrations/jira/001.png)