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.
×Hi -
I have a Jira board which was configured with a query of "project = xxx", and all the epics showed in the epic panel.
I now need to exclude tickets linked to specific epics because they're being managed on a different board by a different PM, so I updated my query to "project = xxx AND "Epic Link" not in (GR-7634, INT-4, YB-345) ORDER BY Rank and the Epic panel is now empty.
The board is correctly showing all of the tickets I'm expecting to see, but the epic list is empty. If I open one of the tickets that is being shown on the board, and open the epic link, and "View on Agile board" I get the message "There are no boards which contain this issue." - BUT the ticket IS showing in the board.
Why would excluding certain tickets make the entire Epic panel empty?
TIA!
Do any of the issues that are on the board have Epic links to epics you are not excluding?
Edit: Typing that made me remember what it was. None of the Epics you want in your panel have Epic links to Epics that you have not excluded. So the "not in" is hiding them.
You'll need a query that re-includes all the Epics you need.
Ah - well I have the same problem on another board which is in fact doing the opposite and is very specifically only including tickets where the Epic IS IN, and the same problem is manifesting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My guess would be that your query is now excluding all epic tickets because it's filtering on the "epic link" field which isn't on epic tickets, but on tickets in the epic. You'd probably need to edit the query to re-add in the epics.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, that makes sense! Cool thanks I should be able to fix it now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is also what I said in my edit...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes - I realise that now! It was the speech marks around "Epic link" that switched on the lightbulb!
Thanks both :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
good!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.