Details of an issue resolution.

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

Properties

default?: boolean
description?: string

The description of the issue resolution.

iconUrl?: string
id?: string

The ID of the issue resolution.

name?: string

The name of the issue resolution.

self?: string

The URL of the issue resolution.