Options
All
  • Public
  • Public/Protected
  • All
Menu

A webhook.

Hierarchy

  • Webhook

Index

Properties

events

events: ("jira:issue_created" | "jira:issue_updated" | "jira:issue_deleted" | "comment_created" | "comment_updated" | "comment_deleted" | "issue_property_set" | "issue_property_deleted")[]

The Jira events that trigger the webhook.

Optional expirationDate

expirationDate: number
format

int64

Optional fieldIdsFilter

fieldIdsFilter: string[]

A list of field IDs. When the issue changelog contains any of the fields, the webhook jira:issue_updated is sent. If this parameter is not present, the app is notified about all field updates.

id

id: number

The ID of the webhook.

format

int64

Optional issuePropertyKeysFilter

issuePropertyKeysFilter: string[]

A list of issue property keys. A change of those issue properties triggers the issue_property_set or issue_property_deleted webhooks. If this parameter is not present, the app is notified about all issue property updates.

jqlFilter

jqlFilter: string

The JQL filter that specifies which issues the webhook is sent for.

Legend

  • Namespace
  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc