You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I want to find all the issues created in the previous month and closed in a different month by JQL.
Hello Sisane,
As i understand you want a query to show issues that will be resolved in the future
created > startOfMonth(-1) AND resolutiondate >= startOfMonth(0)
created > startOfMonth(-1) gives ticket created in the last month
resolutiondate >= startOfMonth(0) give ticket where resolve starting in the current and above
I hope it helps.
Kind regards,
Moses
Optionally, when you don't know how to build JQL, you can try to use Dynamic Filters: JQL Replacer for Jira. Choose the date ranges you need (as shown on the screen below), and you'll get the list of issues you are searching for.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.