jira_get_board_issues
Retrieve all issues from a Jira agile board, with optional JQL filtering to narrow results by criteria.
Instructions
Get all issues on a Jira agile board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | No | Optional JQL to filter issues on the board | |
| boardId | Yes | The board ID | |
| startAt | No | Index of the first result (default: 0) | |
| maxResults | No | Maximum number of results (default: 50) |