create_sprint_task
Create tasks in the current sprint with sensible defaults. Auto-resolve the sprint list and assignee, and support parent tasks, story points, and status.
Instructions
Create a task in the current sprint with sensible defaults.
Auto-resolves the current sprint list and (optionally) the current user. If parent_task_id lives in a different list than the current sprint, the task is created there instead (ClickUp requires parent and child to share a list) and will not appear in sprint queries — check list_id_override in the result.
Requires DEVELOPMENT_SPACE_ID and SPRINTS_FOLDER_ID to be configured.
Args: name: Task title. team: Component/Team label. See list_teams for available values. description: Task description. points: Story points. Omitted unless given. assign_to_me: Assign to the authenticated user (default: true). parent_task_id: Parent task ID (custom like DEV-1234 or UUID) for creating subtasks. status: Initial status. Omitted unless given, so the sprint list's own default status applies. Pass an explicit value to override it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| team | No | ||
| points | No | ||
| status | No | ||
| description | No | ||
| assign_to_me | No | ||
| parent_task_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |