Skip to content

State Model

States represent workflow stages in a project.

Fields

FieldTypeRequiredDescription
idUUIDAutoUnique identifier
namestring (255)YesState name
descriptionstringNoDescription
colorstringYesDisplay color
groupstringYesbacklog/unstarted/started/completed/cancelled/triage
defaultbooleanNoDefault state flag
sequenceintegerAutoDisplay sequence
projectFK->ProjectNoParent project (null=workspace-level)
workspaceFK->WorkspaceAutoParent workspace