Developer
Documentation
Resources
Get Support
Sign in
Developer
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Developer
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Oct 17, 2025

Node - status

Purpose

The status node is a mutable inline node that represents the state of work.

Examples

1
2
{
  "type": "status",
  "attrs": {
    "localId": "abcdef12-abcd-abcd-abcd-abcdef123456",
    "text": "In Progress",
    "color": "yellow"
  }
}

Content

status is an inline node in the inlines group.

Marks

status does not support any marks.

Fields

NameRequiredTypeValueNotes
typestring"status"
attrsobject
attrs.localIdstringunique identifier, auto-generated
attrs.textstringThe textual representation of the status
attrs.colorstring"neutral" | "purple" | "blue"| "red"| "yellow"| "green"neutral is the default and represents the grey color

Rate this page: