Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Query to retrieve issues created and updated one week ago

Raphael Benedeti May 10, 2023

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

1 answer

0 votes
ramyaallena May 10, 2023

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events