Dim.StoryRisk
Story assets in have an attribute called Risk (Story Complexity in the UI). This is a single select list used to indicate the Stories Risk or Complexity (Low, Medium, High). This table contains Type 1 data for the Story Risk values defined in your instance.
Table Description
| Column Name | Description | DataType |
|---|---|---|
| StoryRiskKey | Data Mart identifier for this data | int |
| StoryRiskOid | Identifier for this data | int |
| StoryRiskName | Name | nvarchar |
| StoryRiskOrder | The order this value appears in the list | int |
| StoryRiskAssetState | State of the list value | varchar |
| StoryRiskCreateDateUTC | Date and time this value was created | datetime |
| StoryRiskLastModifiedDateUTC | Date and time this value was last modified | datetime |
| StoryRiskCreatedByKey | Data Mart identifier of the Member that created this value | int |
| StoryRiskLastsModifiedByKey | Data Mart identifier of the Member that last modified this value | int |
| StoryRiskCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
| StoryRiskLastModifiedDateKey | Foreign Key to Dim.Date for the Last Modified Date | int |