Link to Epic
jira_link_to_epicLink Jira issues to epics to organize work within projects. Specify issue and epic keys to establish hierarchical relationships for better project tracking.
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 |