Details of an issue resolution.

interface Resolution {
    description?: string;
    id?: string;
    name?: string;
    self?: string;
}

Properties

description?: string

The description of the issue resolution.

id?: string

The ID of the issue resolution.

name?: string

The name of the issue resolution.

self?: string

The URL of the issue resolution.