Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Need JQL query for dates that start the previous month and going forward

Laurie Huth
Contributor
June 23, 2022

I currently have a JQL query that pulls data for a due date of today and into the future.

     due >= now() 

However, I have been asked to show dates going back to the start of the previous month. For example, if today is June 23, I need to return all values going back to May 1st (i.e. the start of the previous month).

Much appreciated!

1 answer

1 accepted

2 votes
Answer accepted
Laurie Huth
Contributor
June 23, 2022

OK, just figured it out myself:

     due >= startOfMonth("-1")

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events