Get Agile Boards
jira_get_agile_boardsRetrieve Jira agile boards by applying filters for name, project key, or board type to locate specific boards within Atlassian instances.
Instructions
Get jira agile boards by name, project key, or type.
Args: ctx: The FastMCP context. board_name: Name of the board (fuzzy search). project_key: Project key. board_type: Board type ('scrum' or 'kanban'). start_at: Starting index. limit: Maximum results.
Returns: JSON string representing a list of board objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_name | No | (Optional) The name of board, support fuzzy search | |
| project_key | No | (Optional) Jira project key (e.g., 'PROJ', 'ACV2') | |
| board_type | No | (Optional) The type of jira board (e.g., 'scrum', 'kanban') | |
| start_at | No | Starting index for pagination (0-based) | |
| limit | No | Maximum number of results (1-50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |