interface SimplifiedHierarchyLevel {
    aboveLevelId?: number;
    belowLevelId?: number;
    externalUuid?: string;
    hierarchyLevelNumber?: number;
    id?: number;
    issueTypeIds?: number[];
    level?: number;
    name?: string;
    projectConfigurationId?: number;
}

Properties

aboveLevelId?: number

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

belowLevelId?: number

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

externalUuid?: string

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

hierarchyLevelNumber?: number
id?: number

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

issueTypeIds?: number[]

The issue types available in this hierarchy level.

level?: number

The level of this item in the hierarchy.

name?: string

The name of this hierarchy level.

projectConfigurationId?: number

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