On my backlog. I have many issues organized by Epics. I like to manage my backlog grooming by filtering on the epics (left side with versions). The epics are not appearing on this board. I have many other boards where this works just fine.
Hi @dan_ryan
First thing I'd check is the Board Filter - to do this:
Epics need to be included on the Board via the filter, to show up in this side-bar.
Let us know if this helps!
Ste
Stephen, thank you. That makes sense.
The filter uses the Epic Link:
project = ST AND "Epic Link" in (ST-2458, ST-6053, ST-6332, ST-6333, ST-6988, ST-6975) order by created DESC
But it does not return the Epics in the list - just the issues in those Epics.
(Also I added the column Epic Name it doesn't return the Epic Name. The Epic Link column does return the Epic Link and name)
I am stumped how to craft a query that will also return the Epics.
Dan
Your filter should include those Epics also, you could do it like this:
project = ST AND ("Epic Link" in (ST-2458, ST-6053, ST-6332, ST-6333, ST-6988, ST-6975) OR key in (ST-2458, ST-6053, ST-6332, ST-6333, ST-6988, ST-6975)) ORDER BY created DESC
Let us know if this works!
Thanks. My filter is much better now. I see the Epics in the list. However, the backlog screen is still not showing the epics on the left hand filter feature.
It looks like you're new here. Sign in or register to get started.