Jira uses webhooks to notify external services when certain events occur. You can use webhooks to integrate Jira with the Synqly integrations API.

## 1. Privileges Required

To create a webhook, you must have the **Administer Jira** global permission. Please see [Atlassian's documentation](https://developer.atlassian.com/server/jira/platform/webhooks) for more information.

## 2. Create a Webhook

1. Log in to Jira as an Admin.
2. Navigate to **Administration** -> **System** -> **Webhooks**. (**Administration is the gear icon on the top right**, **Webhooks** is in the left context menu).
3. Click on **Create a Webhook**.
4. Fill in the following details:
  - **Name**: A name for the webhook.
  - **URL**: The synqly webhook URL for theintegration, which can be obtained via the `url` field in the response of [`GET /v1/integration-webhooks`](https://docs.synqly.com/api-reference/connectors/integrationwebhooks/integrationwebhooks_list_webhooks).
  - **JQL Filter**: A JQL query that specifies the issues that will trigger the webhook.
  - **Events**: The events that will trigger the webhook.
5. Click **Create**.