Interface CreateCategory

Hierarchy

  • CreateCategory

Properties

color?: string

The hex color to be displayed with the Category (for example, "#ff0000").

Format

css-color

Min Length

1

Pattern

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

external_id?: string

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

Min Length

1

name: string

The name of the new Category.

Min Length

1

type: "milestone"

The type of entity this Category is associated with; currently Milestone is the only type of Category.

Generated using TypeDoc