Jira.js - Jira Cloud API library
    Preparing search index...

    Interface MoveResolutions

    Change the order of issue resolutions.

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

    Hierarchy (View Summary)

    Index

    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.