I have read many of the existing threads related to Quick Filters and am unable to find an exact answer for my issue.
- I am using Kanban Board and have a Quick Filter set to exclude two specific Parent (epics)
- When I open the Kanban Board, the filter is checked, however the Board is NOT filtered until I uncheck and recheck the Filter (the Quick Filters work as expected upon uncheck and recheck - I do NOT believe it's an issue with JQL)
- I have tried adjusting the JQL and the issue still persists; here are two versions of the JQL I've tried (both produce the same result):
- parent not in (EPIC LINK 1, EPIC LINK 2)
- project = PROJECT AND PARENT != EPIC LINK 1 AND PARENT != EPIC LINK 2
Screenshot for reference (filter is checked, but issues within the 'Excluded Epics' still display)
