jira_get_sprints_from_board
Retrieve Jira sprints from a specific board by state (active, future, closed) using a board ID. Manage results with start index and limit parameters for precise data extraction.
Instructions
Get jira sprints from board by state
Input Schema
Name | Required | Description | Default |
---|---|---|---|
board_id | No | The id of board (e.g., '1000') | |
limit | No | Maximum number of results (1-50) | |
start | No | Start index of sprint | |
state | No | Sprint state (e.g., 'active', 'future', 'closed') |