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