List Work Schedules
workhour_list_scheduleList schedule and workload details for up to 20 users within a 3-month span. Resolve names or emails to user_key values first when needed.
Instructions
List schedule and workload details for up to 20 users within a 3-month span. Use user_resolve_keys first when you need to resolve names or emails into canonical user_key values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | Yes | YYYY-MM-DD | |
| user_keys | Yes | 1 to 20 canonical user_key values. | |
| start_time | Yes | YYYY-MM-DD | |
| project_key | No | Project key. Always pass explicitly in multi-project usage; resolve it with project_search first when missing. | |
| work_item_type_keys | No | Optional work item type filters, for example story, issue, sub_task, or _all. |