jira.js
    Preparing search index...

    Function getWebhookTransitions

    • Returns the transitions a webhook has been through. Requires administrator permission. The shape of an entry is not described here: an instance that has never delivered a webhook answers with an empty list, and guessing what a populated one holds would be worse than leaving it to the caller.

      Parameters

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

          The id of the webhook.

      • Optionaloptions: RequestOptions

      Returns Promise<unknown>