jira_board_list
Retrieve Jira boards filtered by project key or board type (scrum/kanban). Returns YAML output.
Instructions
List JIRA agile boards, optionally filtered by project key and/or board type (scrum/kanban). Returns YAML. Mirrors omni-dev atlassian jira board list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of boards to return. `0` means unlimited (default 50). | |
| project | No | Filter by project key. | |
| board_type | No | Filter by board type (e.g., `scrum`, `kanban`). |