tempo_get_timesheet_reviewers
Find which users can review a timesheet for a given account ID, providing the reviewer IDs needed to submit or approve timesheets.
Instructions
Retrieve the users who can review a given user's timesheet. Use this to source reviewerAccountId for tempo_submit_timesheet and the other approval actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 timesheet owner |