tempo_get_user_schedule
Retrieve a user's planned working hours per day for a specified date range. Check availability and plan around scheduled work.
Instructions
Retrieve the work schedule for a user, including planned working hours per day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date (YYYY-MM-DD) | |
| from | Yes | Start date (YYYY-MM-DD) | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Tempo's payload untouched. No field projection: this server has no verified record of which Tempo fields matter, and inventing one would risk dropping a field a caller needs. | |
| accountId | Yes | Atlassian account id of the user |