confluence-mcp

by zereight
Verified

get_sprint_issues

Retrieve all issues from a specific Jira sprint with customizable fields using the MCP server. Ideal for tracking and managing sprint progress efficiently.

Instructions

Get all issues from a sprint

Input Schema

NameRequiredDescriptionDefault
fieldsNoList of fields to return for each issue
sprintIdYesSprint ID

Input Schema (JSON Schema)

{ "properties": { "fields": { "description": "List of fields to return for each issue", "items": { "type": "string" }, "type": "array" }, "sprintId": { "description": "Sprint ID", "type": "string" } }, "required": [ "sprintId" ], "type": "object" }
ID: p7fnmpaukj