Details of an issue resolution.

interface CreateResolution {
    description?: string;
    name: string;
    [key: string]: any;
}

Hierarchy (view full)

Indexable

[key: string]: any

Properties

Properties

description?: string

The description of the resolution.

name: string

The name of the resolution. Must be unique (case-insensitive).