add_worklog
Log time spent on a Jira issue by creating a worklog with comments, time estimates, and notifications. Update issue remaining estimates automatically or manually.
Instructions
Add worklog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (JSON object) | |
| expand | No | Use [expand](#expansion) to include additional information about work logs in the response. This parameter accepts `prop | |
| reduceBy | No | The amount to reduce the issue's remaining estimate by, as days (\#d), hours (\#h), or minutes (\#m). For example, *2d*. | |
| 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 entry should be added to the issue even if the issue is not editable, because jira.issue.editable se |