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

    Interface CreateIssueType

    interface CreateIssueType {
        description?: string;
        hierarchyLevel?: number;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    The description of the issue type.

    hierarchyLevel?: number

    The hierarchy level of the issue type. Use:

    • -1 for Subtask.
    • 0 for Base.
    0
    
    name: string

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