Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/webhook.ts>Webhook

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface Webhook
import { type Webhook } from "https://deno.land/x/jira@v3.0.2/src/version2/models/webhook.ts";

A webhook.

Properties

events: string[]

The Jira events that trigger the webhook.

optional
expirationDate: number

The date after which the webhook is no longer sent. Use Extend webhook life to extend the date.

optional
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: number

The ID of the webhook.

optional
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: string

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