Dim.EpicPriority
All Epics in have an attribute called Priority. This is a single select list used to indicate the Epic's Priority (i.e. High, Medium, Low). This table contains Type 1 data for the Epic Priority values defined in your instance.
Table Description
Column Name | Description | Datatype |
---|---|---|
EpicPriorityKey | Datamart unique identifier for this value | int |
EpicPriorityOid | VersionOne unique identifier for this value | int |
EpicPriorityName | Name | nvarchar |
EpicPriorityOrder | The order this value appears in the drop-down list | int |
EpicPriorityAssetState | State of the list value (Active or Closed) | varchar |
EpicPriorityCreateDateUTC | UTC Date the value was created | datetime |
EpicPriorityLastModifiedDateUTC | UTC Date the value was last modified | datetime |
EpicPriorityCreatedByKey | Data Mart identifier of the Member that created this value | int |
EpicPriorityLastModifiedByKey | Data Mart identifier of the Member that last modified this value | int |
EpicPriorityCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
EpicPriorityLastModifiedDateKey | Foreign Key to Dim.Date for the Last Modified Date | int |