Add Worklog
issue_add_worklogLog time spent on a Yandex Tracker issue by adding a worklog with duration, optional comment, and start time.
Instructions
Add a worklog entry (log spent time) to a Yandex Tracker issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Optional start datetime for the worklog. If timezone is not provided, UTC is assumed. | |
| comment | No | Optional comment to add to the worklog entry. | |
| duration | Yes | Time spent in ISO-8601 duration format (e.g., 'PT1H30M'). | |
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| issue | No | ||
| start | No | ||
| comment | No | ||
| duration | No | ||
| createdAt | No | ||
| createdBy | No | ||
| updatedAt | No | ||
| updatedBy | No |