delete_user_story
Remove a user story and its sub-tasks, with checks for completed work and external dependencies. Use force to override when completed sub-tasks exist.
Instructions
Delete a user story and all its sub-tasks. Checks for completed work and external dependencies. Use force=true to delete user stories with completed sub-tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force deletion even if there are completed sub-tasks (default: false) | |
| userStoryId | Yes | UUID of the user story to delete |