jira_worklog_delete
Delete a JIRA worklog by issue key and worklog ID. Requires explicit confirmation to prevent accidental irreversible removal.
Instructions
Delete a JIRA worklog (by key + worklog_id; get the id from jira_worklog_list). Irreversible: pass confirm: true to authorise — without it the tool refuses and makes no API call. Returns YAML {status: ok}. Mirrors omni-dev atlassian jira worklog delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | JIRA issue key (e.g., `PROJ-123`). | |
| confirm | No | Must be `true` to authorise the irreversible delete; the tool refuses (without calling the API) when `false`. | |
| worklog_id | Yes | Worklog ID to delete (from `jira_worklog_list`). |