Details of an issue resolution.

interface UpdateResolution {
    description?: string;
    id: string;
    name: string;
}

Hierarchy (view full)

Properties

Properties

description?: string

The description of the resolution.

id: string

The ID of the issue resolution.

name: string

The name of the resolution. Must be unique.