get_agile_boards
Retrieve all agile boards from Jira to identify board IDs needed for sprint management operations, with optional filtering by project or board type.
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. |