Interface CreateProject

Hierarchy

  • CreateProject

Properties

abbreviation?: string

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

color?: string

The color you wish to use for the Project in the system.

Format

css-color

Min Length

1

Pattern

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

created_at?: string

Defaults to the time/date it is created but can be set to reflect another date.

Format

date-time

description?: string

The Project description.

Max Length

100000

external_id?: string

This field can be set to another unique ID. In the case that the Project has been imported from another tool, the ID in the other tool can be indicated here.

follower_ids?: string[]

An array of UUIDs for any members you want to add as Owners on this new Epic.

iteration_length?: number

The number of weeks per iteration in this Project.

Format

int64

name: string

The name of the Project.

Min Length

1

Max Length

128

start_time?: string

The date at which the Project was started.

Format

date-time

team_id: number

The ID of the team the project belongs to.

Format

int64

updated_at?: string

Defaults to the time/date it is created but can be set to reflect another date.

Format

date-time

Generated using TypeDoc