agile_listBoards
List Jira Software boards with optional filters by name, type, or project key. Retrieve board IDs for agile project management.
Instructions
List Jira Software boards (GET /rest/agile/1.0/board). Filter by name substring, type (kanban|scrum|simple), or projectKeyOrId. boardId from RapidBoard.jspa?rapidView=ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name filter (API substring match) | |
| type | No | Board type filter | |
| startAt | No | Pagination offset (default 0) | |
| maxResults | No | Page size (default 50) | |
| projectKeyOrId | No | Limit to boards for a project key or id |