Tree.EpicParent
This feature is available in Enterprise and Ultimate editions.
The epic tree table allows you to relate parent and child Epics. This table does not contain entries for the individual stories that are part of an epic.
Table Description
The following table describes the columns available in the table.
Column Name | Description | Datatype | Foreign Key To |
AncestorKey | Datamart identifier for a parent Epic | int | Dim.Epic |
DescendantKey | Datamart identifier for a child Epic below the specific AncestorKey | int | Dim.Epic |
Distance | How far the child is away from the parent | int |
The primary key for this table is formed by combining the AncestorKey and the DescendantKey.