StatusObject
Properties
| Properties | Type | Description |
|---|---|---|
| name | String | The status name is unique identifier. Can’t edit after created |
| color | ||
| category | ||
| description | ||
| primary | ||
| order | ||
| value | ||
| type |
JSON representation
{
"name": "A",
"color": "#f3ff7f",
"category": "Active",
"description": "thuy",
"primary": "false" ,
"order": 5,
"value": 5,
"type": "Task"
}