I want to know the status of each user timesheet along with the approver name.
In the API I don't see options for this, you can get the user and approved time sheets, but no the reviewer (approver)
Reaching out to Tempo support is best and ask them if this is possible in the app.
Tempo does not store approver information in standard Jira fields, so you can’t query it directly with JQL or the Jira REST API. The approver and timesheet status are managed within Tempo’s own data model. To extract this data, you need to use the Tempo Timesheets REST API available for Data Center. The `GET /rest/tempo-timesheets/4/timesheet-approvals` endpoint returns timesheet approval records, including the reviewer (approver) and current status. You can filter by user key or period to get each user’s timesheet along with who approved it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.