Skip to main content
POST
Receive a Jira issue event

Query Parameters

secret
string

The webhook secret, when it cannot be sent as a header.

Body

application/json

The Jira webhook payload. issue.key is required.

Response

{ ok: true, skipped: true, reason } — the event did not call for any work.