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

    Interface UpdateResolution

    Details of an issue resolution.

    interface UpdateResolution {
        description?: string;
        id: string;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    description?: string

    The description of the resolution.

    id: string

    The ID of the issue resolution.

    name: string

    The name of the resolution. Must be unique.