list_issues
Lists issues in the caller's organization, optionally filtered by space key, status name, or assignee display name. Returns at most 50 issues per page (fewer if count is given), most recently updated first. Check the result's hasNextPage to know whether to request another page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page number. Omit or pass 0 for the first page; pass the previous result's page + 1 to get the next page. | |
| count | No | Max issues to return per page, 1-50. Omit for the default of 50. | |
| spaceKey | No | Only issues in this space (e.g. 'BRD'). Omit to search every space. | |
| statusName | No | Only issues with this exact status name (e.g. 'In Progress'). Omit to include every status. | |
| assigneeName | No | Only issues assigned to a user whose display name contains this text. Omit to include every assignee. |