Create task
hubstaff_create_taskCreate a task in a project by providing the project ID and summary. Optionally add details and assignee IDs.
Instructions
Create a new task within a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| details | No | Optional task details. | |
| summary | Yes | Task summary / title. | |
| project_id | Yes | Project id the task belongs to. | |
| assignee_ids | No | User ids to assign the task to. |