Delete worklog
jira_delete_worklogRemove an unwanted worklog entry permanently from a Jira issue. This irreversible action returns logged time to the remaining estimate, requiring explicit opt-in.
Instructions
Permanently delete one worklog entry from an issue. IRREVERSIBLE: the logged time is gone and Jira gives it back to the remaining estimate (its default adjustment). Requires JIRA_ALLOW_IRREVERSIBLE=true on top of the usual plan → apply; the plan works without it and shows the entry that would be destroyed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apply | No | Set true to EXECUTE this write. Omit (or false) to get a plan of the request that would be sent. Executing also requires the server to run with JIRA_WRITE_MODE=apply. | |
| issue | Yes | Issue key (PROJ-123) or numeric issue id. | |
| plan_id | No | The single-use id returned by the preceding plan-mode call. Required together with apply: true; a mismatch means the arguments changed since the plan, and the write is refused rather than executed. | |
| profile | No | Named credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE). | |
| worklogId | Yes | Numeric worklog id, as jira_get_worklogs reports it. |