post https://api.rocketlane.com/api/1.0/phases
The Create a phase API allows users to create new phases in the system for the given project. This endpoint provides a way for developers to add phase details, including the phaseName
, startDate
, dueDate
, status
and private
fields for the phase. This API returns the created phase object.
To customise the response, utilise the includeFields
parameter and it will return the created phase in the response body.
Here is a reference table for phase status and their corresponding values.
Label | Value | Color |
---|---|---|
To do | 1 | Blue |
In Progress | 2 | Green |
Complete | 3 | Green |
Blocked | 4 | Cool Grey |
In case any issues arise or further assistance is required, please refer to the error handling section or reach out to our support team at [email protected] for a prompt resolution.