Skip to content

jira issue link delete

  • Usage: jira issue link delete KEY LINK_ID [flags]

Delete an issue link by its global link ID. Use issue link list first when you need to find the ID for an issue.

KEY is accepted for completion and context, but Jira deletes links by global ID. --dry-run previews the deletion and never contacts Jira. Live deletes require --force in headless, agent, or --no-input mode.

Safety

--dry-run

Preview without removing the link

--force

Confirm destructive removal (required under --no-input)

Examples

jira issue link delete PROJ-123 10001 --dry-run # (1)!
jira issue link delete PROJ-123 10001 --force # (2)!
  1. Preview deleting a link
  2. Remove a link by its global id without a prompt