create_project
Create a new project with optional manager, description, start and due dates, and author details to set up work tracking.
Instructions
Create a project, optionally with a manager, description and dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Project description. | |
| title | Yes | Project title. | |
| due_date | No | Project due date. | |
| start_date | No | Project start date. | |
| author_email | No | Account email of the author. | |
| manager_email | No | Account email of the manager. |