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

    Interface ProjectIssueTypeHierarchy

    The hierarchy of issue types within a project.

    interface ProjectIssueTypeHierarchy {
        hierarchy?: Version3Models.ProjectIssueTypesHierarchyLevel[];
        projectId?: number;
    }
    Index

    Properties

    Details of an issue type hierarchy level.

    projectId?: number

    The ID of the project.