jira.js
    Preparing search index...

    Function getApproximateIssueCountForBoard

    • Returns the approximate count of all issues from a board, for a given board ID. This is equivalent to counting the issues on all pages returned by Get issues for board enhanced. Recent updates might not be immediately visible in the returned output. This only includes issues that the user has permission to view.

      Parameters

      • client: Client
      • parameters: { boardId: number; jql?: string }
        • boardId: number

          The ID of the board that contains the requested issues.

        • Optionaljql?: string

          Filters results using a JQL query. Note that username and userkey can't be used as search terms for this parameter due to privacy reasons. Use accountId instead.

      • Optionaloptions: RequestOptions

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