Online Docs

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

1
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"
}

Comment

Was this article helpful?
Thanks For Your Feedback