MCP Atlassian

jira_link_to_epic

Link an existing issue to an epic

Input Schema

NameRequiredDescriptionDefault
epic_keyYesThe key of the epic to link to (e.g., 'PROJ-456')
issue_keyYesThe key of the issue to link (e.g., 'PROJ-123')

Input Schema (JSON Schema)

{ "properties": { "epic_key": { "description": "The key of the epic to link to (e.g., 'PROJ-456')", "type": "string" }, "issue_key": { "description": "The key of the issue to link (e.g., 'PROJ-123')", "type": "string" } }, "required": [ "issue_key", "epic_key" ], "type": "object" }