I created a Kanban board for my team and try to exclude all the issues that have been done before a certain date or in the last 3 months. How can I do that?
Hi Nicle,
Try the JQL as below for your Kanban board filter. This will pull all the tickets from your project which are not marked as completed yet or the ones marked as completed in last 90 days.
project = "Project Name" and (resolution is EMPTY OR resolved >= -90d)
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.