jira.js
    Preparing search index...

    Interface OptionWebhookPayload

    A site-wide setting was turned on or off.

    Undocumented, and there is no entity to name — the event itself says which setting moved.

    interface OptionWebhookPayload {
        matchedWebhookIds?: number[];
        timestamp: number;
        webhookEvent: OptionWebhookEvent;
    }

    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: OptionWebhookEvent

    The event, and the field to switch on.