Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.15 KB

EpicState.md

File metadata and controls

21 lines (15 loc) · 1.15 KB

EpicState

Properties

Name Type Description Notes
description String The description of what sort of Epics belong in that Epic State. [default to nothing]
entity_type String A string description of this resource. [default to nothing]
color String The hex color for this Epic State. [optional] [default to nothing]
name String The Epic State's name. [default to nothing]
global_id String [default to nothing]
type String The type of Epic State (Unstarted, Started, or Done) [default to nothing]
updated_at ZonedDateTime When the Epic State was last updated. [default to nothing]
id Int64 The unique ID of the Epic State. [default to nothing]
position Int64 The position that the Epic State is in, starting with 0 at the left. [default to nothing]
created_at ZonedDateTime The time/date the Epic State was created. [default to nothing]

[Back to Model list] [Back to API list] [Back to README]