Interface CreateMilestone

Hierarchy

  • CreateMilestone

Properties

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