Update Worklog
issue_update_worklogEdit a worklog time entry in a Yandex Tracker issue by modifying start time, duration, or comment.
Instructions
Update a worklog entry (spent time record) in a Yandex Tracker issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | New start datetime for the worklog. If timezone is not provided, UTC is assumed. | |
| comment | No | New comment for the worklog entry. | |
| duration | No | New time spent in ISO-8601 duration format (e.g., 'PT1H30M'). | |
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| worklog_id | Yes | Worklog entry ID (integer). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| issue | No | ||
| start | No | ||
| comment | No | ||
| duration | No | ||
| createdAt | No | ||
| createdBy | No | ||
| updatedAt | No | ||
| updatedBy | No |