Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/models/failedWebhook.ts>FailedWebhook

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

Details about a failed webhook.

Properties

id: string

The webhook ID, as sent in the X-Atlassian-Webhook-Identifier header with the webhook.

optional
body: string

The webhook body.

url: string

The original webhook destination.

failureTime: number

The time the webhook was added to the list of failed webhooks (that is, the time of the last failed retry).