Files
zulip/zerver/webhooks/jira/doc.md
Hemanth V. Alluri 2e20dcc053 webhooks/jira: Update webhook to support improved comment events.
Atlassian announced that it will no longer provide information about
comments along with their "issue" type event payloads for Jira. So
we must now update the Jira integration to appropriately respond to
"comment" type events (the reason why we didn't do this before was
that initially, the "comment" type event payloads didn't contain
sufficient information about their issues, but this payload has
since been improved).

Note: This commit does *not* remove support for the older "issue"
type event payloads where information about comments was included.
This way we can maintain compatibility with old self-hosted versions
of self hosted Jira (2016 and before).

Source:
https://developer.atlassian.com/cloud/jira/platform/change-notice-
removal-of-comments-from-issue-webhooks/

Fixes #13012
2019-08-19 14:22:42 -07:00

1005 B

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.

  1. {!create-stream.md!}

  2. {!create-bot-construct-url-indented.md!}

  3. 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.

  4. 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

{!congrats.md!}