The hierarchy of issue types within a project.

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

Properties

Details of an issue type hierarchy level.

projectId?: number

The ID of the project.