JQL Using Previous Month's Date

Steve_G August 11, 2022

I need a query that will result in all Stories Resolved since the 25th of the previous month. The closest I can get is to use "resolved > startOfMonth(-7d)", but I'd prefer something more exact.

Any help will be greatly appreciated! 

1 answer

1 accepted

0 votes
Answer accepted
Peter DeWitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 11, 2022

@Steve_G , Not sure there is a way to jus specify the 25 of the previous month. You would need to actually specify the date. Something like this:

resolved >= 2022-07-25

using the yyyy-mm-dd notation

 

cheers -dewitt

Steve_G August 12, 2022

Thanks @Peter DeWitt - Unfortunately I'm looking to use this query in multiple filters for multiple dashboards used by all of our company's Jira Projects. It's not feasible to change the specific date in all of these filters every month.

I appreciate your quick response.

Suggest an answer

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

Atlassian Community Events