Hello,
I am trying to find a JQL to identify issues that were modified during the week (worklog added, attachement added, status changed) but no comment was added in the last three days. I came up with :
project = "XXXXX" and component = XXXXX AND status not in (Resolved,Closed) and updatedDate >= startOfWeek() AND worklogDate >= startOfWeek() AND status CHANGED AFTER startOfWeek() AND commentedOn >= -3d
It is perfect except for the fact that we don't have the Scriptrunner plugin so ''commentedOn'' is out of the question. :(
Any ideas for a workaround?
Thank you so much!
Hi @[deleted]
How often do you need to run this query, as that may help you decide possible solution approaches?
One time: Run your existing query without the "commented on" check, and...
Often:
Kind regard,
Bill
Hi @Bill Sheboy
Thank you so much for your response. I appreciate you taking the time to do it.
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.