create_project
Create a new Rocketlane project by providing project name, owner, and customer, with optional start and due dates.
Instructions
Create a new Rocketlane project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | Display name of the project. | |
| owner_id | Yes | userId of the Rocketlane team member who owns the project. | |
| customer_id | Yes | companyId of the customer company. | |
| start_date | No | Project start date in YYYY-MM-DD format. | |
| due_date | No | Target completion date in YYYY-MM-DD format. | |
| status_value | No | Initial status (2=In progress, 4=Blocked, 5=Proposed, 6=In Planning, 10=Focusing). | |
| project_template_id | No | ID of the project template to apply (not yet supported). | |
| portal_template_id | No | ID of the customer portal template to apply (not yet supported). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||