jira_link_remove
Remove a JIRA issue link by its link ID. Requires explicit confirmation to prevent accidental deletion.
Instructions
Remove a JIRA issue link by its link ID (use jira_link_list or jira_read to discover IDs). Destructive operation: callers must explicitly pass confirm: true for the removal to proceed; otherwise the tool refuses with an error. Returns YAML {status: ok}. Mirrors omni-dev atlassian jira link remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be set to `true` — destructive guard. | |
| link_id | Yes | Link ID to remove (returned by `jira_link_list`). |