pm_create_task
Create a new task by providing a project ID, title, and short name. Optionally add extra fields to define the task details.
Instructions
POST /tasks — TaskCreate (project_id, title, short_name, plus optional fields).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | ||
| x_user_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |