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

    Interface UpdateIssueType

    interface UpdateIssueType {
        avatarId?: number;
        description?: string;
        id: string;
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    avatarId?: number

    The ID of an issue type avatar.

    description?: string

    The description of the issue type.

    id: string

    The ID of the issue type.

    name?: string

    The unique name for the issue type. The maximum length is 60 characters.