create_project
Create a project by specifying a name, key, and lead user, with optional fields for description, folder, department, and dates.
Instructions
Create a new project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Project key/code (e.g. PROJ) | |
| name | Yes | Name of the project | |
| deptId | No | Optional department UUID | |
| leadId | Yes | User UUID of the project lead | |
| folderId | No | Optional project folder UUID | |
| startDate | No | Optional ISO start date | |
| targetDate | No | Optional ISO target/due date | |
| description | No | Project description |