Add Worklog
issue_add_worklogLog time spent on a Yandex Tracker issue by specifying issue ID, duration, and optionally a start time and comment. Keep accurate worklogs for better project tracking.
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 | 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 |