You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.
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.
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.