hierarchyLevel property

int? hierarchyLevel
final

The hierarchy level of the issue type. Use:

  • -1 for Subtask.
  • 0 for Base.

Defaults to 0.

Implementation

final int? hierarchyLevel;