The status node is a mutable inline node that represents the state of work.
1 2 3 4 5 6 7doc(p( status() .yellow() .text("IN PROGRESS"), text("Learn more about ADF") ));
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23{ "version": 1, "type": "doc", "content": [ { "type": "paragraph", "content": [ { "type": "status", "attrs": { "color": "yellow", "text": "IN PROGRESS" } }, { "type": "text", "text": "Learn more about ADF" } ] } ] }
| Confluence | Jira |
|---|---|
| ✅ | ✅ |
statusneutral | purple | blue | red | yellow | greenRate this page: