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