Hello everyone,
I'm trying to create a JQL query to retrieve all issues that were created one week ago and also had some update activity during the same timeframe. I've tried using the created and updated fields, but I'm not getting the desired results.
Could someone please provide me with the correct JQL query to achieve this? Any help would be greatly appreciated.
Thank you in advance!
Best regards,
Raphael Benedeti
Hi Raphael,
Please try the below JQL search
created >= startOfWeek(-1w) AND updated >= startOfWeek(-1w)
created >= -1w AND updated >= -1w
If this is not giving you the desired results. Please brief the scenario you are looking for.
Thanks,
Allena
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.