Interface WorkflowState

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

Hierarchy

  • WorkflowState

Properties

color?: string

The hex color for this Workflow State.

Format

css-color

Min Length

1

Pattern

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

created_at: string

The time/date the Workflow State was created.

Format

date-time

description: string

The description of what sort of Stories belong in that Workflow state.

entity_type: string

A string description of this resource.

global_id: string
id: number

The unique ID of the Workflow State.

Format

int64

name: string

The Workflow State's name.

num_stories: number

The number of Stories currently in that Workflow State.

Format

int64

num_story_templates: number

The number of Story Templates associated with that Workflow State.

Format

int64

position: number

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

Format

int64

type: string

The type of Workflow State (Unstarted, Started, or Finished)

updated_at: string

When the Workflow State was last updated.

Format

date-time

verb?: string

The verb that triggers a move to that Workflow State when making VCS commits.

Generated using TypeDoc