jira_update_worklog
Update existing Jira worklogs by modifying time spent, start time, or comment using issue key and worklog ID.
Instructions
Update an existing worklog (timeSpent, started, comment). Prefer this over UpdateWorklog.jspa.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Worklog comment | |
| started | No | When work started (ISO datetime or YYYY-MM-DD) | |
| issueKey | Yes | Issue key, e.g. APP-1851 | |
| reduceBy | No | ||
| timeSpent | No | New time spent, e.g. 1m, 1h | |
| worklogId | Yes | Worklog id, e.g. 21807 | |
| newEstimate | No | ||
| adjustEstimate | No |