jira.js
    Preparing search index...

    Interface AppAccessWebhookPayload

    An app was refused access to data it asked for. Delivered to the app; undocumented.

    interface AppAccessWebhookPayload {
        matchedWebhookIds?: number[];
        timestamp: number;
        webhookEvent: AppAccessWebhookEvent;
    }

    Hierarchy (View Summary)

    Index
    matchedWebhookIds?: number[]

    The registrations this delivery answered. Present only on a webhook registered through the REST API, where one event can match several of them at once.

    timestamp: number

    When Jira raised the event, in milliseconds since the epoch.

    webhookEvent: AppAccessWebhookEvent

    The event, and the field to switch on.