Overview
Labels are tags that help you categorize and organize work items in your project.
The Label Object
Attributes
namestring (required)Name of the label
created_at,updated_attimestampTimestamp of the issue when it was created and when it was last updated.
descriptionstringDescription of the Label
colorstringHex code of the color
sort_orderfloatSort order of the label used for sorting
created_by&updated_byThis values are auto saved and represent the id of the user that created or the updated the project.
projectuuidThe project which the issue is part of auto generated from backend
workspaceuuidThe workspace which the issue is part of auto generated from backend
parentuuid or nullParent of the label which is also a Label
Response200
json
{
"id": "c7146baf-7058-496b-aa3a-df6c25a7e929",
"created_at": "2023-11-20T06:01:03.538675Z",
"updated_at": "2023-11-20T06:01:03.538683Z",
"name": "High",
"description": "",
"color": "",
"sort_order": 72416.0,
"created_by": "16c61a3a-512a-48ac-b0be-b6b46fe6f430",
"updated_by": "16c61a3a-512a-48ac-b0be-b6b46fe6f430",
"project": "4af68566-94a4-4eb3-94aa-50dc9427067b",
"workspace": "cd4ab5a2-1a5f-4516-a6c6-8da1a9fa5be4",
"parent": null
}
