Board
Get approximate issue count for board
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.
get/rest/software/1.0/board/{boardId}/issue/approximate-count
Path parameters
boardIdinteger required
The ID of the board that contains 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.