confluence-mcp

get_current_sprint

Get current active sprint from a board with its issues

Input Schema

NameRequiredDescriptionDefault
boardIdYesJira board ID
includeIssuesNoWhether to include sprint issues in the response

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "Jira board ID", "type": "string" }, "includeIssues": { "default": true, "description": "Whether to include sprint issues in the response", "type": "boolean" } }, "required": [ "boardId" ], "type": "object" }