Skip to main content
Glama

confluence-mcp

get_epic_issues

Retrieve all issues associated with a specific epic in Jira by providing the epic key and optional fields to return. Streamlines issue tracking and data extraction for project management and analysis.

Instructions

Get all issues belonging to an epic

Input Schema

NameRequiredDescriptionDefault
epicKeyYesEpic issue key (e.g. CONNECT-1234)
fieldsNoList of fields to return for each issue

Input Schema (JSON Schema)

{ "properties": { "epicKey": { "description": "Epic issue key (e.g. CONNECT-1234)", "type": "string" }, "fields": { "description": "List of fields to return for each issue", "items": { "type": "string" }, "type": "array" } }, "required": [ "epicKey" ], "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