Dim.IssueCategory
This feature is available in Enterprise and Ultimate editions.
Issue assets in VersionOne have an attribute called Category (Issue Type in the UI). This is a single select list used to indicate what category of Issue is being reported (i.e. Impediment). This table contains Type 1 data for the Issue Category values defined in your VersionOne instance.
Table Description
Column Name | Description | DataType |
IssueCategoryKey | Data Mart identifier for this data | int |
IssueCategoryOid | VersionOne identifier for this data | int |
IssueCategoryName | Name | nvarchar |
IssueCategoryOrder | The order this value appears in the VersionOne dropdown list | int |
IssueCategoryAssetState | State of the list value (Active or Closed) | varchar |
IssueCategoryCreateDateUTC | Date and time this value was created | datetime |
IssueCategoryLastModifiedDateUTC | Date and time this value was last modified | datetime |
IssueCategoryCreatedByKey | Data Mart identifier of the Member who created this value | int |
IssueCategoryLastModifiedByKey | Data Mart identifier of the Member who last modified this value | int |