user_time_summary
Retrieve a user's total logged time and per-issue breakdown for a given date range, defaulting to the current month.
Instructions
Time summary for one user: total logged plus per-issue breakdown.
Matches by work-item author and work-item date. When neither since
nor until is given, defaults to the current calendar month — an
unbounded scan of a user's whole history was rarely what callers
meant and is capped anyway. Pass an explicit early since (e.g.
"1970-01-01") for all-time. Unknown users surface YouTrack's own
error message.
Args: user: YouTrack login (or user id) — required instance: YouTrack instance name/URL (auto-detected if blank) since: Start date YYYY-MM-DD (default: 1st of current UTC month) until: End date YYYY-MM-DD (optional) top_issues: How many top issues to list (default: 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | ||
| since | No | ||
| until | No | ||
| instance | No | ||
| top_issues | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |