Link to Epic
jira_link_to_epicLink any Jira issue to an epic by providing issue and epic keys.
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', 'ACV2-642') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |