list_boards
Retrieve Jira Agile board IDs, names, and types to enable sprint and burndown data access. Filter by project or list all boards.
Instructions
Lists Jira Software Agile boards (scrum/kanban). Returns board id, name and type. The board id is needed to list sprints and fetch burndown data. Requires Jira Software (Agile) on the instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | No | Project key to target (e.g. "PRD"). Defaults to the configured JIRA_PROJECT_KEY if omitted. | |
| all_projects | No | If true, list boards across all projects; otherwise only boards for the target project (default). |