Skip to main content
Glama

Jira MCP Server

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

NameRequiredDescriptionDefault
apiTokenNoAPI token for Jira authentication
boardIdNoOptional Jira board ID to filter sprints by a specific board
emailNoEmail address associated with the Jira account
jiraHostNoThe Jira host URL (e.g., 'your-domain.atlassian.net')
projectKeyNoOptional project key to find sprints associated with the project
stateNoSprint state to filter by (active, future, closed, or all)active

Input Schema (JSON Schema)

{ "properties": { "apiToken": { "default": "", "description": "API token for Jira authentication", "type": "string" }, "boardId": { "description": "Optional Jira board ID to filter sprints by a specific board", "type": "string" }, "email": { "default": "", "description": "Email address associated with the Jira account", "type": "string" }, "jiraHost": { "default": "", "description": "The Jira host URL (e.g., 'your-domain.atlassian.net')", "type": "string" }, "projectKey": { "description": "Optional project key to find sprints associated with the project", "type": "string" }, "state": { "default": "active", "description": "Sprint state to filter by (active, future, closed, or all)", "enum": [ "active", "future", "closed", "all" ], "type": "string" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/samuelrizzo/jira-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server