Change the order of issue resolutions.

interface MoveResolutions {
    after?: string;
    ids: string[];
    position?: string;
}

Hierarchy (view full)

Properties

Properties

after?: string

The ID of the resolution. Required if position isn't provided.

ids: string[]

The list of resolution IDs to be reordered. Cannot contain duplicates nor after ID.

position?: string

The position for issue resolutions to be moved to. Required if after isn't provided.