Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.23 KB

WebhookDetails.md

File metadata and controls

20 lines (18 loc) · 1.23 KB

WebhookDetails

Properties

Name Type Description Notes
jqlFilter String The JQL filter that specifies which issues the webhook is sent for. Only a subset of JQL can be used. The supported elements are: * Fields: `issueKey`, `project`, `issuetype`, `status`, `assignee`, `reporter`, `issue.property`, and `cf[id]` (for custom fields—only the epic label custom field is supported). * Operators: `=`, `!=`, `IN`, and `NOT IN`.
events List<EventsEnum> The Jira events that trigger the webhook.

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"