Bridge.EpicBlockedByIssue
Issues can block Epics. This relationship changes over time.
Table Description
| Column Name | Description | Datatype | Foreign Key To |
| DateKey | Identifies the date this record is valid | int | Dim.Date |
| EpicKey | Identifies the blocked Epic | int | Dim.Epic |
| IssueKey | Identifies the Issue | int | Dim.Issue |