jira.js
    Preparing search index...

    Function getApproximateIssueCountForBacklog

    • Returns the approximate count of all issues from the board's backlog, for the given board ID. This is equivalent to counting the issues on all pages returned by Get issues for backlog 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 has the backlog containing 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 }>