Dim.IssuePriority
Issue assets in have an attribute called Priority. This is a single select list used to indicate the Issues Priority (High, Medium, Low). This table contains Type 1 data for the Issue Priority values defined in your instance.
Table Description
| Column Name | Description | DataType |
|---|---|---|
| IssuePriorityKey | Data Mart identifier for this data | int |
| IssuePriorityOid | VersionOne identifier for this data | int |
| IssuePriorityName | Name | nvarchar |
| IssuePriorityOrder | The order this value appears in the drop-down list | int |
| IssuePriorityAssetState | State of the list value (Active or Closed) | varchar |
| IssuePriorityCreateDateUTC | Date and time this value was created | datetime |
| IssuePriorityLastModifiedDateUTC | Date and time this value was last modified | datetime |
| IssuePriorityCreatedByKey | Data Mart identifier of the Member who created this value | int |
| IssuePriorityLastModifiedByKey | Data Mart identifier of the Member who last modified this value | int |
| IssuePriorityCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
| IssuePriorityLastModifiedDateKey | Foreign Key to Dim.Date for the Last Modified Date | int |