tempo_submit_timesheet
Submit a user's timesheet for a specified period to advance it from OPEN to WAITING_FOR_APPROVAL. Requires user confirmation before the submission is processed.
Instructions
Submit a user's timesheet for the given period for approval, moving it from OPEN to WAITING_FOR_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) |