mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 07:52:19 +00:00
The Jira plugin integration doc will be moved in the next commit, to "static/generated/integrations/jira/doc.md", as the directory name of the integration is "jira" in zulip/python-zulip-api. - Jira integration doc (previously) - "zerver/webhooks/jira/doc.md" - Jira plugin integration doc (next commit) - "static/generated/integrations/jira/doc.md" Both of these will use the same path "jira/doc.md" as their integration.doc value, and the actual file is loaded based on the order of template directories listed in computed_settings.py. Hence, use a custom path for the Jira integration doc to avoid this collision.
41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
# Zulip Jira integration
|
|
|
|
Get Zulip notifications for your Jira projects!
|
|
|
|
!!! warn ""
|
|
|
|
**Note**: 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-an-incoming-webhook.md!}
|
|
|
|
1. {!generate-webhook-url-basic.md!}
|
|
|
|
1. Go to your Jira **Site administration** page. Click on the menu icon
|
|
( <i class="fa fa-ellipsis-h"></i> ) under **Actions** for your
|
|
**Jira** product, and select **Jira settings**. 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 generated
|
|
above. Select the [events](#filtering-incoming-events) you'd like
|
|
to be notified about, and click **Create**.
|
|
|
|
{end_tabs}
|
|
|
|
{!congrats.md!}
|
|
|
|

|
|
|
|
{!event-filtering-additional-feature.md!}
|
|
|
|
### Related documentation
|
|
|
|
- [Jira's webhook guide](https://developer.atlassian.com/server/jira/platform/webhooks/)
|
|
|
|
{!webhooks-url-specification.md!}
|