tempo_reopen_timesheet
Reopen an approved timesheet to make it editable again, reversing the approval so worklogs can be changed. Reviewer action with user confirmation.
Instructions
Reopen a user's already-approved timesheet for the given period, returning it to OPEN so worklogs can be edited again. Reviewer action — this undoes an approval. Asks the user to confirm first: a confirmation prompt where the client supports one; otherwise the first call returns a preview and a confirmToken, and only a repeat call with that token proceeds (see MCP_CONFIRM_MODE).
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) — use tempo_get_periods to find valid period boundaries | |
| comment | No | Comment recorded against the approval action | |
| accountId | Yes | Atlassian account id of the timesheet owner | |
| confirmToken | No | ONLY for the two-step confirmation fallback (a client without MCP elicitation). The confirmToken from this same tool's phase-1 "confirmation-required" response, passed back ONLY after the user has seen that preview and explicitly approved it in chat — never on the first call, never invented, never reused. Call again with the same arguments. Ignored when the client supports elicitation. | |
| reviewerAccountId | No | Atlassian account id of the reviewer (see tempo_get_timesheet_approvals_waiting) |