create_project_item
Create a new project item under a specified parent project, with support for title, description, dates, status, priority, and custom JSON data.
Instructions
Create a project item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Flexible JSON data for this item. Base schema has assets (list of asset IDs) and flags (Dict[str,bool]) but accepts any additional fields. | |
| title | No | Item title (defaults to "Untitled Task" if omitted) | |
| status | No | Optional status string (max 16 chars) | |
| due_date | No | Optional due date | |
| priority | No | Priority level (default 0) | |
| start_date | No | Optional start date | |
| description | No | Optional item description | |
| primary_type | No | Free-form item category string | |
| resourcetype | Yes | Project type selector | |
| parent_lookup_project_id | Yes | Parent project ID |