Interface UpdateProject

Hierarchy

  • UpdateProject

Properties

abbreviation?: string

The Project abbreviation used in Story summaries. Should be kept to 3 characters at most.

archived?: boolean

A true/false boolean indicating whether the Story is in archived state.

color?: string

The color that represents the Project in the UI.

Format

css-color

Min Length

1

Pattern

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

days_to_thermometer?: number

The number of days before the thermometer appears in the Story summary.

Format

int64

description?: string

The Project's description.

Max Length

100000

follower_ids?: string[]

An array of UUIDs for any Members you want to add as Followers.

name?: string

The Project's name.

Min Length

1

Max Length

128

show_thermometer?: boolean

Configuration to enable or disable thermometers in the Story summary.

team_id?: number

The ID of the team the project belongs to.

Format

int64

Generated using TypeDoc