delete_story
Permanently delete a Jira story by its issue key. Requires explicit confirmation to prevent accidental data loss; optionally delete subtasks.
Instructions
PERMANENTLY deletes a Story by issue key. This is irreversible. Guarded: without confirm:true it returns a warning instead of deleting. Intended for human-approved cleanup only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be set to true to actually perform this irreversible/high-impact action. If omitted, the tool returns a warning instead of acting. | |
| issue_key | Yes | Issue key to delete, e.g. "PRD-42" | |
| delete_subtasks | No | If true, also delete any subtasks (default false) |