update_worklog
Update an existing work log entry by providing its ID, new duration, start time, and comment to reflect changes in time tracking.
Instructions
Update an existing work log entry by its ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | New comment | |
| startedAt | Yes | New start datetime ISO string | |
| worklogId | Yes | UUID of the work log to update | |
| externalItemId | Yes | Jira issue ID | |
| durationMinutes | Yes | New duration in minutes |