Does anyone know how I can get out-of-the-box data for the following:
"show me the number of tickets that were in To Do status AND then status Resolved for the last 30 days"?
We will not be buying any custom apps atm.
Hi @Mirela Todorova and ,thanks for your question.
Have you tried the JQL query below? You can view the number of results for this JQL here.
resolutiondate >= -30d and status changed from "To Do" to Resolved
Adding to Murat's answer:
You can learn more about answering questions like you have with this free training from Atlassian and documentation on JQL:
https://university.atlassian.com/student/path/849533-gain-project-insights-through-jql
https://support.atlassian.com/jira-software-cloud/docs/what-is-advanced-search-in-jira-cloud/
Kind regards,
Bill
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.