Skip to main content
Glama

confluence-mcp

get_board_sprints

Retrieve all sprints from a Jira board by specifying the board ID and filtering by state (active, future, closed) to manage and track project progress effectively.

Instructions

Get all sprints from a Jira board

Input Schema

NameRequiredDescriptionDefault
boardIdYesJira board ID
stateNoFilter sprints by state (active, future, closed)

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "Jira board ID", "type": "string" }, "state": { "description": "Filter sprints by state (active, future, closed)", "enum": [ "active", "future", "closed" ], "type": "string" } }, "required": [ "boardId" ], "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/zereight/confluence-mcp'

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