Interface CreateEpic

Hierarchy

  • CreateEpic

Properties

completed_at_override?: string

A manual override for the time/date the Epic was completed.

Format

date-time

created_at?: string

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

Format

date-time

deadline?: string

The Epic's deadline.

Format

date-time

description?: string

The Epic's description.

Max Length

100000

epic_state_id?: number

The ID of the Epic State.

Format

int64

external_id?: string

This field can be set to another unique ID. In the case that the Epic 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 Followers on this new Epic.

group_id?: string

The ID of the group to associate with the epic.

Format

uuid

An array of Labels attached to the Epic.

milestone_id?: number

The ID of the Milestone this Epic is related to.

Format

int64

name: string

The Epic's name.

Min Length

1

Max Length

256

owner_ids?: string[]

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

planned_start_date?: string

The Epic's planned start date.

Format

date-time

requested_by_id?: string

The ID of the member that requested the epic.

Format

uuid

started_at_override?: string

A manual override for the time/date the Epic was started.

Format

date-time

state?: "done" | "in progress" | "to do"

Deprecated The Epic's state (to do, in progress, or done); will be ignored when epic_state_id is set.

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