Represents the stage of a Project that is stored in Capsule.
| Name | Type | Description | |
|---|---|---|---|
| id | Long | Read only |
The unique id of the stage. |
| name | String | Required |
The name of the stage. |
| description | String |
A longer description of this stage and its purpose. |
|
| displayOrder | Integer |
The position of the stage in the board. |
|
| board | Nested Board |
The board this stage belongs to. |
|
| createdAt | Date | Read only |
The ISO date/time when this stage was created. |
| updatedAt | Date | Read only |
The ISO date/time when this stage was last updated. |