get_users_plan
Retrieve planned hours for a group of Jira users in Tempo Planner over a date range, respecting each user's working calendar. Returns per-user plans and cross-user project totals, with optional daily breakdown.
Instructions
What a group of users is planned for in Tempo Planner, per user.
One allocation request covers every user in usernames for
[date_from, date_to] (both inclusive) — never call this once per
user. Each user's plans are then expanded against their own
working-day calendar (calendars differ: part-time, regional holidays),
so weekends and public holidays are excluded exactly as Tempo does.
Args:
usernames: Jira usernames / logins (Tempo assignee keys).
date_from: Start date, inclusive, YYYY-MM-DD.
date_to: End date, inclusive, YYYY-MM-DD.
breakdown: Pass day to add by_day inside every user's
entry — planned hours for each date, split by project within
each day. Omit for the compact view.
Returns by_user (each user's plans, by_project totals and
optionally by_day, users sorted by planned hours desc; users with
no plans appear with 0) and cross-user by_project totals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | Yes | ||
| breakdown | No | ||
| date_from | Yes | ||
| usernames | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||