Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.