tempo_create_plan
Create a Tempo plan to allocate a user or generic resource to an issue or project for specified dates, with optional recurrence and effort settings. Confirmation is required before the plan is saved.
Instructions
Create a new Tempo plan (resource allocation) for a user or generic resource against an issue or project. 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 |
|---|---|---|---|
| rule | No | Recurrence rule | |
| endDate | Yes | Plan end date (YYYY-MM-DD) | |
| startDate | Yes | Plan start date (YYYY-MM-DD) | |
| startTime | No | Start time (HH:mm) | |
| assigneeId | Yes | Atlassian account id (for USER) or generic resource id (for GENERIC) | |
| planItemId | Yes | Id of the issue or project to plan against | |
| description | No | Plan description | |
| assigneeType | Yes | Type of assignee | |
| 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. | |
| planItemType | Yes | Type of plan item | |
| plannedSeconds | No | Total seconds planned (for TOTAL_SECONDS persistence type) | |
| recurrenceEndDate | No | End date for recurrence (YYYY-MM-DD) | |
| plannedSecondsPerDay | No | Seconds planned per day (for SECONDS_PER_DAY persistence type) | |
| effortPersistenceType | No | How effort is distributed | |
| includeNonWorkingDays | No | Include non-working days in plan |