delete-issue

Delete Jira issues and their subtasks with confirmation or --force.

46|12|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/mulhamna/jira-commands --skill delete-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delete-issue
Source: https://github.com/mulhamna/jira-commands/tree/main/plugin/skills/delete-issue
Command: npx skills add https://github.com/mulhamna/jira-commands --skill delete-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly and confidently remove Jira issues that are no longer needed, including their subtasks, while making the permanence of deletion explicit.

Core Features & Use Cases

  • Permanent issue deletion: Deletes a specified Jira issue and removes its subtasks as part of the operation.
  • Safety via confirmation: Prompts for confirmation by default to prevent accidental loss.
  • Force mode for automation: Supports a force flag to skip confirmation when you intentionally want a non-interactive delete.

Quick Start

Ask to delete issue PROJ-123.

Frequently Asked Questions about delete-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I permanently delete a Jira issue and its subtasks from the command line?

To permanently delete a Jira issue and its subtasks from the command line, you provide the specific issue key to execute the deletion operation. The process removes the target ticket and all associated subtasks.

Can I skip the confirmation prompt when deleting Jira issues for workflow cleanup?

You can skip the confirmation prompt when deleting Jira issues by using the force flag. This enables non-interactive automation for workflow cleanup, bypassing the standard safety check.

What happens to subtasks when I delete a parent Jira issue?

When you delete a parent Jira issue, the operation automatically removes its subtasks as part of the same deletion process. This ensures complete cleanup of the issue hierarchy.

Is there a safe way to delete duplicate or obsolete Jira tickets via command line?

A safe way to delete duplicate or obsolete Jira tickets via command line is using a confirmation prompt by default. This prevents accidental loss by requiring explicit approval before permanent deletion.

Does force mode completely remove test Jira issues without asking for user input?

Yes, force mode completely removes test Jira issues without asking for user input. By applying the force flag, the deletion executes immediately without interactive confirmation prompts.