States represent the current status of a work item in your project workflow. Learn more about States →Documentation Index
Fetch the complete documentation index at: https://developers.plane.so/llms.txt
Use this file to discover all available pages before exploring further.
The State object
Attributes-
namestring ( required ) Name of the state -
created_at,updated_attimestamp Timestamp of the issue when it was created and when it was last updated -
descriptionstring Description of the state -
colorstring (required) String code of the color -
workspace_slugstring Slugified name of the state auto generated from the system -
sequencestring Auto generated sequence of the state for ordering. -
groupstring (required) Group to which the state belongs can only take values- backlog
- unstarted
- started
- completed
- cancelled
-
defaultboolean Is it the default state in which if the issues are not assigned any states all the issues are created in this state. -
created_by&updated_byThis values are auto saved and represent the id of the user that created or the updated the project. -
projectuuid The project which the issue is part of auto generated from backend -
workspaceuuid The workspace which the issue is part of auto generated from backend

