create_task
create_taskCreates a new task in Productive.io with title and project. Supports assigning to a user, setting due date, and selecting board or task list.
Instructions
Create a new task in Productive.io. If PRODUCTIVE_USER_ID is configured, you can use "me" to refer to the configured user when assigning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title (required) | |
| description | No | Task description | |
| project_id | Yes | ID of the project to add the task to (required by the API) | |
| board_id | No | ID of the board to add the task to | |
| task_list_id | No | ID of the task list to add the task to | |
| assignee_id | No | ID of the person to assign the task to. If PRODUCTIVE_USER_ID is configured in environment, "me" refers to that user. | |
| due_date | No | Due date in YYYY-MM-DD format | |
| status | No | Task status (default: open) |