Create Task
create_taskCreate a task with only a title required. Optionally set priority, assign members, link to features or insights, and schedule into a sprint.
Instructions
Create a task and return the created task. list_id defaults to the org's first list when omitted; feature_id / insight_id link it to the spine and sprint_id schedules it into a sprint. Resolve list/status/feature/insight/member ids via pm_meta and sprint_id via list_sprints — never guess them. Only title is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title (the only required field). | |
| list_id | No | List to create the task on; resolve the id via pm_meta (optional; the org's first list when omitted). | |
| priority | No | Priority level, urgent highest (optional). | |
| sprint_id | No | Schedule into a sprint (optional; resolve the id via list_sprints). | |
| status_id | No | Initial status; resolve the id via pm_meta (optional). | |
| feature_id | No | Feature id to link on the spine, from pm_meta or list_features (optional). | |
| insight_id | No | Insight id to link on the spine, from list_insights (optional). | |
| description | No | Task body / details (optional). | |
| assignee_member_ids | No | Member ids to assign, from pm_meta (optional). |