Link to Epic
jira_link_to_epicLink a Jira issue to an epic using issue key and epic key. Returns the updated issue object.
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 |
|---|---|---|---|
| issue_key | Yes | The key of the issue to link (e.g., 'PROJ-123', 'ACV2-642') | |
| epic_key | Yes | The key of the epic to link to (e.g., 'PROJ-456') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |