Good evening.
I'm trying to write a JQL to grab all worklogDate from last month.
So far, I can't figure out how to use the startOfMonth("-1M") or end of month formulas. Any clues?
Ultimately this will go in a dashboard widget in Custom Charts.
Thank you
Hi @Martin , so you can use the following to find all issues with a worklogDate of last month. However, I am not sure what you ultimately are trying to accomplish.
worklogDate < startOfMonth() and worklogDate >= startOfMonth(-1)
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.