jira_board_issues
List all issues on a JIRA agile board, including backlog and sprints, with optional JQL filtering.
Instructions
List issues on a JIRA agile board (every issue on the board, across its backlog and all its sprints). Accepts an optional JQL filter. Returns YAML. To scope to a single sprint's issues instead, use jira_sprint_issues. Mirrors omni-dev atlassian jira board issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | No | Optional JQL to further filter issues. | |
| limit | No | Maximum number of issues to return. `0` means unlimited (default 50). | |
| board_id | Yes | Board ID. |