Jira.js - Jira Cloud API library
    Preparing search index...

    Interface FailedWebhook

    Details about a failed webhook.

    interface FailedWebhook {
        body?: string;
        failureTime: number;
        id: string;
        url: string;
    }
    Index

    Properties

    Properties

    body?: string

    The webhook body.

    failureTime: number

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

    id: string

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

    url: string

    The original webhook destination.