jira_link_to_epic
Associate an existing Jira issue with an epic. Provide issue key and epic key to link.
Instructions
Link an existing issue to an epic.
Args: ctx: The FastMCP context. issue_key: The key of the issue to link. epic_key: The key of the epic to link to.
Returns: JSON string representing the updated issue object.
Raises: ValueError: If in read-only mode or Jira client unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epic_key | Yes | The key of the epic to link to (e.g., 'PROJ-456') | |
| issue_key | Yes | The key of the issue to link (e.g., 'PROJ-123') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |