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!
@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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.