Hi, I'm trying to set up a Board that shows issues from multiple projects. I'm experiencing an issue where any stories that are within an Epic are not displayed on the backlog view, however, the Epic is listed in the backlog view. I would like to see the individual stories in the backlog instead of just the Epic.
My Board is built on a JQL query that looks like this: `project in (PRJ1, PRJ2)`
Where PRJ2 contains some Epics and User Stories. The Epics from PRJ2 are listed in the board's backlog view, however, any stories linked to those Epics are not displayed. Stories that are not associated with an Epic are displayed just fine.
I've attached a picture to show what I mean (I've redacted people's names and the titles of the issues to be safe). You can see that Epics are being listed alongside regular user stories in the backlog. Any stories inside those Epics, however, are not being shown on this backlog.
Can anyone please help me resolve this?