Update Worklog
issue_update_worklogUpdate an existing worklog entry in a Yandex Tracker issue to correct time logs, change comments, or adjust duration and start time.
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 | Raw Tracker ISO 8601 duration. Week-based values use five working days per week and must not be converted to calendar weeks. | |
| createdAt | No | ||
| createdBy | No | ||
| updatedAt | No | ||
| updatedBy | No |