jira_delete
Permanently delete Jira resources like issues or comments by specifying an operation and parameters. Use operation 'help' to see available delete options.
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 |