I'm using the commented()
JQL function (link) to find issues that not have been commented for 1 day.
My current query looks like this: status = "In Progress" AND issuefunction not in commented("after -1d")
But really, I want to use the "startOfDay()" function instead of "-1d" because if an issue is commented at 5pm on Tuesday, I want it to appear in the query results at 9am on Wednesday. Using the -1d means it won't show up until after 5pm on Tuesday.
I could change the query to -8h or -10h but startOfDay seems better. I can't figure out how to do it.
AFAIK, this is not possible - commented() is using JqlDateSupport and there is not precision rounding for single date.
Hmm, maybe the answer is to use -0d to get the beginning of the day?
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.