jira_get_sprints_from_board
Get sprints from a Jira board by state (active, future, closed) with pagination support.
Instructions
Get jira sprints from board by state.
Args: ctx: The FastMCP context. board_id: The ID of the board. state: Sprint state ('active', 'future', 'closed'). If None, returns all sprints. start_at: Starting index. limit: Maximum results.
Returns: JSON string representing a list of sprint objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (1-50) | |
| state | No | Sprint state (e.g., 'active', 'future', 'closed') | |
| board_id | Yes | The id of board (e.g., '1000') | |
| start_at | No | Starting index for pagination (0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |