Interface UpdateEpic

Hierarchy

  • UpdateEpic

Properties

after_id?: number

The ID of the Epic we want to move this Epic after.

Format

int64

archived?: boolean

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

before_id?: number

The ID of the Epic we want to move this Epic before.

Format

int64

completed_at_override?: string

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

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 Epic.

group_id?: string

Deprecated The ID of the group to associate with the epic. Use group_ids.

Format

uuid

group_ids?: string[]

An array of UUIDS for Groups to which this Epic is related.

An array of Labels attached to the Epic.

milestone_id?: number

Deprecated The ID of the Milestone this Epic is related to. Use objective_ids.

Format

int64

name?: string

The Epic's name.

Min Length

1

Max Length

256

objective_ids?: number[]

An array of IDs for Objectives to which this Epic is related.

owner_ids?: string[]

An array of UUIDs for any members you want to add as Owners on this 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.

Generated using TypeDoc