Skip to main content
Glama

confluence-mcp

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" }

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