MCP Atlassian

by sooperset
Verified

jira_link_to_epic

Link an existing Jira issue to an epic using issue and epic keys. Simplifies task organization within Jira projects for better workflow clarity.

Instructions

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