jira_list_sprints
Retrieve and filter Jira sprints by board, project, or state using host URL, credentials, and optional parameters to manage sprint data efficiently.
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 |