jira_tasks_cancel
Cancel a running generic async task by its task ID. Only cancellable /task/{id} tasks are supported; bulk-queue tasks cannot be cancelled.
Instructions
Request cancellation of a running generic async task.
Only applies to /task/{id} tasks that are cancellable; bulk-queue tasks cannot be cancelled this way. Returns: {success, task_id, note}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Generic task ID to cancel (/task/{id}) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||