Interface EpicState

Epic State is any of the at least 3 columns. Epic States correspond to one of 3 types: Unstarted, Started, or Done.

Hierarchy

  • EpicState

Properties

color?: string

The hex color for this Epic State.

Format

css-color

Min Length

1

Pattern

^#[a-fA-F0-9]{6}$

created_at: string

The time/date the Epic State was created.

Format

date-time

description: string

The description of what sort of Epics belong in that Epic State.

entity_type: string

A string description of this resource.

global_id: string
id: number

The unique ID of the Epic State.

Format

int64

name: string

The Epic State's name.

position: number

The position that the Epic State is in, starting with 0 at the left.

Format

int64

type: string

The type of Epic State (Unstarted, Started, or Done)

updated_at: string

When the Epic State was last updated.

Format

date-time

Generated using TypeDoc