I want to have a sub-filter on my Kanban that hides all issues that are older than one month and:
I still want to see issues that are older than a month and do not have any of these status's or resolutions.
I have tried using created >= -4w AND status!=Resolved but this also seems to hide some other issues like 'selected for development' ones that are older than a month