create_task
Create a new task within a Clockify project to organize work items and assign team members for time tracking.
Instructions
Create a task in a project. Use get_projects first to get project ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | No | Workspace ID (defaults to active workspace) | |
| projectId | Yes | The project ID (use get_projects to find IDs) | |
| name | Yes | Task name | |
| assigneeIds | No | User IDs to assign |