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

    Interface Resolution

    Details of an issue resolution.

    interface Resolution {
        default?: boolean;
        description?: string;
        iconUrl?: string;
        id?: string;
        name?: string;
        self?: string;
    }
    Index

    Properties

    default?: boolean
    description?: string

    The description of the issue resolution.

    iconUrl?: string
    id?: string

    The ID of the issue resolution.

    name?: string

    The name of the issue resolution.

    self?: string

    The URL of the issue resolution.