interface DeleteResolution {
    id: string;
    replaceWith: string;
}

Properties

Properties

id: string

The ID of the issue resolution.

replaceWith: string

The ID of the issue resolution that will replace the currently selected resolution.