Runn: create phase
runn_create_phaseAdd a phase to a project by specifying its name, start date, and end date; choose an optional color.
Instructions
Create a phase on a project (POST /projects/{id}/phases). name, startDate, endDate required; color must be one of Runn's allowed hex values (defaults to #67D0D5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | Allowed Runn phase color; defaults to #67D0D5. | |
| endDate | Yes | ||
| projectId | Yes | ||
| startDate | Yes |