What is a query to search for tickets with a certain updated status within a date range?
I have a Kanban board and I'm trying to figure out the tickets done within a certain month/ period of time.
Did you try something like this? It may shed a light.
status was "Your Status" DURING (startOfDay(-30) , endOfDay() )
Hi @Vamsi Divi please review this post
JQL-to-show-issues-where-status-changed-from-one-to-another
JQL doesn't have "DURING"
Actually, it does.
Please check this: https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-operators/#Advancedsearchingoperatorsreference-WASWAS
It looks like you're new here. Sign in or register to get started.