Overview
State is the current status of the issue
State Object
Attributes
-
name
string ( required )Name of the state
-
created_at
,updated_at
timestampTimestamp of the issue when it was created and when it was last updated
-
description
stringDescription of the state
-
color
string (required)String code of the color
-
workspace-slug
stringSlugified name of the state auto generated from the system
-
sequence
stringAuto generated sequence of the state for ordering.
-
group
string (required)Group to which the state belongs can only take values
- backlog
- unstarted
- started
- completed
- cancelled
-
default
booleanIs 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_by
This values are auto saved and represent the id of the user that created or the updated the project.
-
project
uuidThe project which the issue is part of auto generated from backend
-
workspace
uuidThe workspace which the issue is part of auto generated from backend