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

    Interface CreateResolution

    Details of an issue resolution.

    interface CreateResolution {
        description?: string;
        name: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    description?: string

    The description of the resolution.

    name: string

    The name of the resolution. Must be unique (case-insensitive).