v1

latestOpenAPI 3.0.1Apache 2.02026-07-1310566642.9 KB
Board

Get approximate issue count for backlog

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.

get/rest/software/1.0/board/{boardId}/backlog/approximate-count

Path parameters

boardIdinteger required

The ID of the board that has the backlog containing the requested issues.

Query parameters

jqlstring

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.

Response

Returns the requested issue count.

countinteger

Number of issues.