jira_delete
Delete Jira issues and other resources permanently. Specify the operation and parameters to remove unwanted items from your project.
Instructions
Delete Jira resources (destructive, irreversible).
Call with operation="help" to list all available delete operations. Otherwise pass the operation name and a JSON object with parameters.
Example: jira_delete(operation="DeleteIssue", params={"issue_key": "PROJ-123"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| operation | Yes |