jira_link_remote_delete
Deletes a remote (external URL) link from a JIRA issue using the issue key and link ID. Requires explicit confirmation to prevent irreversible removal.
Instructions
Delete a remote (external URL) link from a JIRA issue (by key + link_id from jira_link_remote_list). Irreversible: pass confirm: true to authorise — without it the tool refuses and makes no API call. Set dry_run: true to preview the request without deleting (and without requiring confirm). Returns YAML {status: ok}. Mirrors omni-dev atlassian jira link remote delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | JIRA issue key (e.g., `PROJ-123`). | |
| confirm | Yes | Must be `true` — destructive guard. | |
| dry_run | No | When true, preview the request without deleting (and without requiring `confirm`). Defaults to `false`. | |
| link_id | Yes | Remote link ID to delete (from `jira_link_remote_list`). |