Remove Issue Link
jira_remove_issue_linkRemove a link between two Jira issues by specifying the link ID to clean up project dependencies and maintain accurate issue relationships.
Instructions
Remove a link between two Jira issues.
Args: ctx: The FastMCP context. link_id: The ID of the link to remove.
Returns: JSON string indicating success.
Raises: ValueError: If link_id is missing, in read-only mode, or Jira client unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_id | Yes | The ID of the link to remove |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |