Jira uses webhooks to notify external services when certain events occur. You can use webhooks to integrate Jira with the Synqly integrations API.
To create a webhook, you must have the Administer Jira global permission. Please see Atlassian's documentation for more information.
- Log in to Jira as an Admin.
- Navigate to Administration -> System -> Webhooks. (Administration is the gear icon on the top right, Webhooks is in the left context menu).
- Click on Create a Webhook.
- 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 ofGET /v1/integration-webhooks
. - JQL Filter: A JQL query that specifies the issues that will trigger the webhook.
- Events: The events that will trigger the webhook.
- Click Create.