ProjectCustomStatus
Gets list of all project custom status.
Select
You can use the below query to get all Project Custom Statuses:SELECT * FROM ProjectCustomStatus
Columns
| Name | Type | Description |
| Id [KEY] | String | Portal Id. |
| Name | String | Portal Name. |
| Closed | Boolean | Portal Closed. |
| Default | Boolean | Portal Default. |
| HasDefaultValue | Boolean | Portal Has Default Value. |
| Sequence | Int | Portal Sequence. |
| StatusColor | String | Portal Status Color. |
| StatusColorHexcode | String | Portal Status Color Hex Code. |