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

    Interface IssueType

    Details about an issue type.

    interface IssueType {
        avatarId: number;
        description: string;
        entityId: string;
        hierarchyLevel: number;
        iconUrl: string;
        id: string;
        name: string;
        self: string;
        subtask: boolean;
    }
    Index

    Properties

    avatarId: number

    The ID of the avatar for the issue type.

    description: string

    The description of the issue type.

    entityId: string

    The ID of the entity for the issue type.

    hierarchyLevel: number

    The hierarchy level of the issue type.

    iconUrl: string

    The URL of the icon for the issue type.

    id: string

    The unique identifier of the issue type.

    name: string

    The name of the issue type.

    self: string

    The URL of the issue type.

    subtask: boolean

    Whether the issue type is a subtask type.