Hello JIRA community.
I am otty.
currently using Kanban board for managing data analytics requests.
I want to display only closed tickets that status has been changed to "done" in current month in the "done" row.
Also I want to release the tickets in the done row at the end of the month automatically, which means I want to sort tickets by the month in which its status has been changed.
I am not really familiar with JIRA so I'm sorry if it's already asked by someone.
you can use following JQL to filter your issue
status changed AFTER endOfMonth(-1) and status = done
@Otty you will need to change your boards filter or add a sub filter. You can learn more here https://support.atlassian.com/jira-software-cloud/docs/configure-filters/
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.