wrike_create_project
Create a new project in Wrike with a title and parent folder, and set optional attributes like status, dates, owners, description, and contract type.
Instructions
Create a new project (folder with project attributes)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Project title (required) | |
| status | No | Project status | |
| endDate | No | Project end date (YYYY-MM-DD) | |
| ownerIds | No | Project owner user IDs | |
| startDate | No | Project start date (YYYY-MM-DD) | |
| description | No | Project description | |
| contractType | No | Contract type | |
| parentFolderId | Yes | Parent folder ID (required) |