Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 913 Bytes

Webhook.md

File metadata and controls

22 lines (20 loc) · 913 Bytes

Webhook

Properties

Name Type Description Notes
id Long The ID of the webhook.
jqlFilter String The JQL filter that specifies which issues the webhook is sent for.
events List<EventsEnum> The Jira events that trigger the webhook.
expirationDate Long

Enum: List<EventsEnum>

Name Value
JIRA_ISSUE_CREATED "jira:issue_created"
JIRA_ISSUE_UPDATED "jira:issue_updated"
JIRA_ISSUE_DELETED "jira:issue_deleted"
COMMENT_CREATED "comment_created"
COMMENT_UPDATED "comment_updated"
COMMENT_DELETED "comment_deleted"
ISSUE_PROPERTY_SET "issue_property_set"
ISSUE_PROPERTY_DELETED "issue_property_deleted"