Heyyy. I want to create a filter where i can see only the tickets that dont have any new comments after 72hours.
At the moment, I have a filter for the tickets that dont have an update for their status after 72h (NOT status changed after -72h), and I want a similar query, but for tickets that do not have new comments in that same period of time
Hi Natalia,
There is a way you can do this but as Jan already mentioned, it is not an out-of-the-box JQL feature but it gets the job done :-).
Now you can build a JQL that gets you the issues where Last comment date has been > 72h ago.
Good luck!
Jeroen
I’m Charlotte, a support engineer at Appfire and I’m here to help you.
Unfortunately, using vanilla JQL, you’ll not be able to do it dynamically.
In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all the tickets that don’t have any comments after 72 hours:
commentLastUpdatedOnDate < -72h
Please contact our support if you have any other questions about this query.
We’ll be happy to help you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Afaik, this is only possible with addons, such as "JQL search extensions", Scriptrunner, and others.
Hope this helps ;-/
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.