get_user_plan
Retrieve a user's planned hours in Tempo Planner over a date range, respecting the working calendar and showing per-project totals with optional daily breakdown.
Instructions
What a user is planned for in Tempo Planner over a date range.
Answers "which projects is this person allocated to, for how many hours
per day": fetches the user's plan allocations and expands them into
planned hours within [date_from, date_to] (both inclusive), using
the user's Tempo working-day calendar so weekends and public holidays
are excluded exactly as Tempo itself does.
Args:
username: Jira username / login (Tempo assignee key).
date_from: Start date, inclusive, YYYY-MM-DD.
date_to: End date, inclusive, YYYY-MM-DD.
breakdown: Pass day to add by_day — planned hours for each
date in the range, split by project inside each day. Omit for
the compact view (plans + per-project totals only).
Returns plans (each allocation with its hours_per_day, period
and target project/issue), by_project totals for the range, and
optionally by_day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | Yes | ||
| username | Yes | ||
| breakdown | No | ||
| date_from | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||