Files
zulip/zerver/webhooks/jira/doc.md
Anders Kaseorg 6b3399d7e6 markdown: Rewrite include plugin without markdown-include.
markdown-include is GPL licensed.

Also, rewrite it as a block processor, so that it works correctly
inside indented blocks.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit dc33a0ae67)
2022-07-07 13:31:32 -07:00

996 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.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!}