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

    Interface DeleteResolution

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

    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.