Interface EpicWorkflow

Epic Workflow is the array of defined Epic States. Epic Workflow can be queried using the API but must be updated in the Shortcut UI.

Hierarchy

  • EpicWorkflow

Properties

created_at: string

The date the Epic Workflow was created.

Format

date-time

default_epic_state_id: number

The unique ID of the default Epic State that new Epics are assigned by default.

Format

int64

entity_type: string

A string description of this resource.

epic_states: EpicState[]

A map of the Epic States in this Epic Workflow.

id: number

The unique ID of the Epic Workflow.

Format

int64

updated_at: string

The date the Epic Workflow was updated.

Format

date-time

Generated using TypeDoc