Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I have a Scrum Backlog with two projects in it. My Epics are in one project and my Stories are in the other project. My Epics do now show up in the Scrum Backlog neither under the Epics Pane nor in the text for each issue in the Backlog.
How do I get these Epics to show on the Scrum Backlog?
yes. Update filter query for your board (General pane in the board configuration)
I am also experiencing the same issue, I have one project with epics and other project with tasks and stories. If anyone can help with some details or a sample query that will be appreciated. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The default Scrum Board query looks something like this –
project = ABC ORDER BY Rank ASC
To add a second project to the query, you could modify it like so –
project = ABC OR project = DEF ORDER BY Rank ASC project in (ABC, DEF) ORDER BY Rank ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Steven Behnke! It works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad I could help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This will show every possible task from the other projects as well on the board, which is clutter.
I want to show tasks from project ABC and only when linked in an epic, show tasks from DEF, but otherwise do not show tasks from DEF.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can tag the epic and use that as a filter. I tried looking into auto detecting parent/child relationships but that didn't look like it was supported.
The only trouble by including another project into your filter is you can't close your sprints unless you are an admin on both projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What are the names of the two projects? What does the Board Query look like?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.