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