The project issue type hierarchy.

interface Hierarchy {
    baseLevelId?: number;
    levels?: SimplifiedHierarchyLevel[];
}

Properties

baseLevelId?: number

The ID of the base level. This property is deprecated, see Change notice: Removing hierarchy level IDs from next-gen APIs.

Details about the hierarchy level.