delete_worklog
Remove a worklog entry from a Jira issue. Provide the issue key and worklog ID to delete it, with options to adjust the remaining estimate or notify watchers.
Instructions
Delete worklog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the worklog. | |
| increaseBy | No | The amount to increase the issue's remaining estimate by, as days (\#d), hours (\#h), or minutes (\#m or \#). For exampl | |
| newEstimate | No | The value to set as the issue's remaining time estimate, as days (\#d), hours (\#h), or minutes (\#m or \#). For example | |
| notifyUsers | No | Whether users watching the issue are notified by email. | |
| issueIdOrKey | Yes | The ID or key of the issue. | |
| adjustEstimate | No | Defines how to update the issue's time estimate, the options are: * `new` Sets the estimate to a specific value, defi | auto |
| overrideEditableFlag | No | Whether the work log entry should be added to the issue even if the issue is not editable, because jira.issue.editable s |