Creates a new task within a project. Only title is required.
API key authentication. Generate keys from the Corebill dashboard under the Developers section.
Example: Authorization: Bearer sk_live_abc123def456
The project ID
The company ID to scope the request to
Task title
"Design homepage mockup"
"Create initial mockups for the homepage"
User ID to assign the task to
Parent task ID to create a subtask
Task IDs this task depends on
Task status (defaults to backlog)
backlog, todo, in_progress, in_review, completed, cancelled "todo"
Task priority (defaults to medium)
low, medium, high, urgent "high"
8
Whether this task is billable (defaults to true)
true
Override hourly rate for this task
75
Sort order
["design"]Task created
Task object