I know how to create a JQL filter already with the following line
"CM Complete Date" >= 2016-02-01 AND "CM Complete Date" <= 2016-02-29
What I would like to do is have the date always use the start and end dates for the previous month with out having to change the dates. Is this possible?
James,
try this:
"CM Complete Date" >= startOfMonth(-1) AND "CM Complete Date" <= endOfMonth(-1)
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.