jira.js
    Preparing search index...

    Interface IssuePropertyWebhookPayload

    An entity property was written to or removed from an issue.

    Undocumented. Only the two fields every delivery carries are typed.

    interface IssuePropertyWebhookPayload {
        matchedWebhookIds?: number[];
        timestamp: number;
        webhookEvent: IssuePropertyWebhookEvent;
    }

    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.

    The event, and the field to switch on.