Board in project A has issues that are linked to Epic in Project B. When users views issue in backlog and attempts to update Fixed Version, user gets error
Exception: Uncaught TypeError: Cannot read property 'key' of undefined.....
Filter for board = project = A OR type = Epic AND issueFunction in epicsOf("Project = A") ORDER BY Rank ASC.
This pulls in the EpicsNames from Project B so epic name can display in backlog OR swimlanes can be grouped by Epic.
User gets error when attempting to update Fixed Version in side panel view from backlog.