list_agile_boards
Retrieve all accessible Scrum and Kanban boards, with optional filters by project or board type to find specific boards.
Instructions
List all accessible Agile boards (both Scrum and Kanban types). Can be filtered by project or board type to find specific boards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by board type: scrum or kanban. | |
| startAt | No | The starting index for pagination. Default is 0. | |
| maxResults | No | The maximum number of boards to return. Default is 50, maximum is 50. | |
| projectKeyOrId | No | Filter boards by a specific project key or ID (e.g., "PROJ" or "10000"). |