add_worklog
Add a worklog entry to a Yandex Tracker issue with start time, duration, and optional comment.
Instructions
Add a worklog entry to an issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | Start time (YYYY-MM-DDThh:mm:ss.sss+hhmm) | |
| fields | No | Optional list of fields to show in response. | |
| comment | No | Optional comment | |
| duration | Yes | Duration in ISO 8601 (e.g. "PT2H30M", "P1D", "PT45M") | |
| issue_key | Yes | Issue key (e.g. "DEV-123") | |
| output_format | No | Response format: "text" (default, markdown) or "json" | text |
| full_description | No | If true, do not truncate description (default false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |