Files
zulip/zerver/webhooks/jira/doc.md
Eeshan Garg 9157b217f0 webhooks/jira: Update docs to conform to style guide.
I spend a lot of time on this. One of our users had reported that
this webhook wasn't working at all. So I tested this with a local
ngrok instance and made sure that it was working. I also took this
opportunity to rewrite the docs for this, which were quite outdated.

With a few changes by Rishi Gupta!
2018-05-29 17:16:52 -07:00

885 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 events:

    • when an issue is created
    • when an issue is deleted
    • when an issue is updated

{!congrats.md!}