Count issues
jira_countCount Jira issues matching a JQL query without fetching rows, using Jira's search index for a quick estimate. Use it to size queries or answer 'how many' before retrieving details.
Instructions
Count the issues a JQL matches without fetching any of them. The number comes from Jira's search index, so it is an estimate: it drifts under concurrent writes and can disagree with what jira_search returns. Use it to size a query or answer "how many", then read the rows with jira_search. Values with spaces need double quotes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | JQL whose matches are counted. Same quoting rules as jira_search. | |
| profile | No | Named credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE). |