Hi - I would like to create a Kanban board in Jira, and filter on all items NOT moved to Done in the last month. Is there a way to do this in Jira?
Hello Eldad,
Welcome to Atlassian Community!
Can you confirm if you are using a Classic template or Next-gen?
Unfortunately, you can not change the board filter for next-gen boards, however, you can follow the steps below to return the issues as you want in a classic board:
- Navigate to the board > click on the three dots icon > Board Settings > Click to Edit Filter Query
- Click on Advanced and add the following parameter to the query, where xyz is your project key.:
Project = XYZ and status != done and created >= startOfMonth()
Let me know if it worked for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.