Properties | Type | Description |
---|---|---|
name | String | The status name is unique identifier. Can’t edit after created |
color | ||
category | ||
description | ||
primary | ||
order | ||
value | ||
type |
JSON representation1
2
3
4
5
6
7
8
9
10{
"name": "A",
"color": "#f3ff7f",
"category": "Active",
"description": "thuy",
"primary": "false" ,
"order": 5,
"value": 5,
"type": "Task"
}
© Appvity. All rights reserved.
Comment