jira_list_sprints
Retrieve and filter current sprints in Jira by board ID, project key, or state (active, future, closed, all) using the Jira MCP Server. Streamlines sprint management for efficient project tracking.
Instructions
Lists current sprints in Jira with filtering options
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiToken | No | API token for Jira authentication | |
boardId | No | Optional Jira board ID to filter sprints by a specific board | |
No | Email address associated with the Jira account | ||
jiraHost | No | The Jira host URL (e.g., 'your-domain.atlassian.net') | |
projectKey | No | Optional project key to find sprints associated with the project | |
state | No | Sprint state to filter by (active, future, closed, or all) | active |