confluence-mcp

by zereight
Verified

get_current_sprint

Retrieve the active sprint and its associated issues for a specified Jira board using the board ID. Include issues in the response as needed.

Instructions

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" }
ID: p7fnmpaukj