Interface UpdateMilestone

Hierarchy

  • UpdateMilestone

Properties

after_id?: number

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

Format

int64

archived?: boolean

A boolean indicating whether the Milestone is archived or not

before_id?: number

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

Format

int64

categories?: CreateCategoryParams[]

An array of IDs of Categories attached to the Milestone.

completed_at_override?: string

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

Format

date-time

description?: string

The Milestone's description.

Max Length

100000

name?: string

The name of the Milestone.

Min Length

1

Max Length

256

started_at_override?: string

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

Format

date-time

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

The workflow state that the Milestone is in.

Generated using TypeDoc