update_worklog
Update a worklog entry on a Jira issue by providing the issue key and worklog ID, adjusting comments or time spent, and controlling estimate changes and notifications.
Instructions
Update worklog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the worklog. | |
| body | Yes | Request body (JSON object) | |
| expand | No | Use [expand](#expansion) to include additional information about worklogs in the response. This parameter accepts `prope | |
| 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 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 worklog should be added to the issue even if the issue is not editable. For example, because the issue is cl |