comment_created
A new comment is added to an issue.
Auth
- Auth method
shared-secret-header- Signature detail
- Jira Cloud webhooks do not include a request signature by default. Webhook consumers should use a secret token embedded in the URL or restrict inbound IPs to Atlassian ranges.
Delivery
- Guarantees
- at-least-once
- Max retry attempts
- 3
- Backoff
- Jira retries failed webhook deliveries up to 3 times.
Payload schema (field names + types only)
timestamp integer requiredwebhookEvent string requiredissue_event_type_name string | null user object accountId string displayName string emailAddress string | null issue object id string requiredkey string requiredfields object changelog object | null comment object | null