Details of an issue resolution.

interface UpdateResolutionDetails {
    description?: string;
    name: string;
}

Hierarchy (view full)

Properties

Properties

description?: string

The description of the resolution.

name: string

The name of the resolution. Must be unique.