jira.js
    Preparing search index...

    Interface JiraExpressionWebhookPayload

    A Jira expression an app registered could not be evaluated. Undocumented.

    interface JiraExpressionWebhookPayload {
        matchedWebhookIds?: number[];
        timestamp: number;
        webhookEvent: "jira_expression_evaluation_failed";
    }

    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: "jira_expression_evaluation_failed"

    The event, and the field to switch on.