Get Issue Worklogs
issue_get_worklogsFetch worklogs for Yandex Tracker issues by ID, filter by start date range, and receive durations as raw ISO 8601 strings.
Instructions
Get every paginated worklog for Yandex Tracker issues and optionally filter by the work start date. Duration is returned as Tracker's raw ISO 8601 string; PnW means n five-day work weeks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | No | IANA time zone used to convert worklog start before comparing dates | UTC |
| issue_ids | Yes | Multiple Issue IDs. Each issue id is in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| start_date_to | No | Inclusive upper bound for the worklog start date (YYYY-MM-DD) | |
| start_date_from | No | Inclusive lower bound for the worklog start date (YYYY-MM-DD) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||