jira.js
    Preparing search index...

    Function countObjectsByAql

    • This API provides the total count of objects that match a specified AQL query. Please note that this operation may incur performance latency.

      Parameters

      • client: Client
      • parameters: { qlQuery: string }
        • qlQuery: string

          The AQL that will filter the objects.

      • Optionaloptions: RequestOptions

      Returns Promise<{ totalCount?: number; [key: string]: unknown }>