bulk-create-project-tasks
Add multiple tasks to a project in one request by providing the project ID and an array of tasks with required names and optional details like phase, notes, budget, billable flag, priority, sort order, and estimated hours.
Instructions
Create multiple project tasks at once
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| tasks | Yes | Array of tasks to create |