tempo_get_timesheet_approval_status
Check the approval status of a user's timesheet for a specified date range. Get current approval state to determine if timesheets are approved, pending, or rejected.
Instructions
Retrieve the current timesheet approval status for a user in the given period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Period end date (YYYY-MM-DD); defaults to the period containing `from` | |
| from | Yes | Period 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 |