monthly_time_report_by_user
Aggregate monthly time entries by user, summing logged hours per author for selected projects and month. Credits time to the person who logged work, not assignee.
Instructions
Monthly time report aggregated by the user who logged the time.
Sums work-item durations for the calendar month, grouped by work-item author — not issue assignee, so time on shared issues is credited to whoever actually logged it. Users are keyed by login (display names can collide or change mid-month).
Args: instance: YouTrack instance name/URL (auto-detected if blank) projects: Comma-separated project keys (all projects if blank) year: Report year (default: current UTC year) month: Report month 1-12 (default: current UTC month) group_by: "user" (default) or "project"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| month | No | ||
| group_by | No | user | |
| instance | No | ||
| projects | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |