create_task
Add a new task to a Clockify project by specifying workspace ID, project ID, task name, and optional details like assignees, estimate, and status for efficient task management.
Instructions
Create a new task in a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assigneeIds | No | Array of assignee user IDs (optional) | |
estimate | No | Task estimate (ISO 8601 duration, optional) | |
name | Yes | Task name | |
projectId | Yes | Project ID | |
status | No | Task status (optional) | |
workspaceId | Yes | Workspace ID |