You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.