jira_link_remove
Remove a JIRA issue link using its link ID. Confirm to proceed, or use dry_run to preview without 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}. Set dry_run: true to preview the request that would be sent (method, path) without removing the link — no confirm needed for a dry-run. Mirrors omni-dev atlassian jira link remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be set to `true` — destructive guard. | |
| dry_run | No | When true, validate and return the would-be request (method, path) without removing the link (and without requiring `confirm`). Defaults to `false`. | |
| link_id | Yes | Link ID to remove (returned by `jira_link_list`). |