monthly_time_report_by_user
Generate a monthly time report aggregating work-item durations by author. Credits time to the user who logged each entry, not the 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 |