Chuyển tới nội dung chính
Cập nhật lần cuối vào
Phiên bản: v0.9

StatusObject

Properties

PropertiesTypeDescription
nameStringThe 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"
}

Was this page helpful?