get_agile_boards
Retrieve all agile boards from Jira, optionally filtered by project or board type (scrum/kanban), to obtain board IDs needed for sprint operations.
Instructions
Get all agile boards available in the Jira instance. Required to find board IDs for sprint operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | No | Optional project key to filter boards by project. | |
| boardType | No | Filter boards by type: "scrum" for Scrum boards, "kanban" for Kanban boards. |