Hi ,
I am creating a filter to display only the issues in open sprints, future sprints and backlogs but when i apply the filter it is also displaying the closed sprints as well.
Is there is a way to hide the closed sprints from the filter results and only display the open, future sprints and backlogs .
This is the below filter i am using :
project = "DPM " AND (Sprint is EMPTY OR Sprint in (openSprints(),futureSprints()) or Sprint not in closedSprints())
Please Let me know if I am missing anything in the filter .
Thanks in Advance!!
Regards,
Pankaj