Add Worklog
issue_add_worklogLog time spent on a Yandex Tracker issue by specifying issue ID, duration in ISO-8601 format, and optional comment or start time.
Instructions
Add a worklog entry (log spent time) to a Yandex Tracker issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| duration | Yes | Time spent in ISO-8601 duration format (e.g., 'PT1H30M'). | |
| comment | No | Optional comment to add to the worklog entry. | |
| start | No | Optional 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 |