jira.js
    Preparing search index...

    Function getLatestWebhookInvocation

    • Returns the most recent delivery of a webhook. Requires administrator permission. Until the webhook has been delivered once Jira answers 204 and this resolves to undefined; the 204 is deliberately not declared, because declaring it is what makes the whole call type as void and hides the body that does arrive.

      Parameters

      • client: Client
      • parameters: { webhookId: number }
        • webhookId: number

          The id of the webhook.

      • Optionaloptions: RequestOptions

      Returns Promise<unknown>