Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How can i create a JQL query for the issues that don't have any new comments after certain time?

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

3 answers

1 vote
Jeroen Poismans
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 19, 2023

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 :-).

  • Create a Last comment date field (DateTime)
  • Create an automation rule for the appropriate project(s)
    • Trigger: When issue commented
    • Edit issue: Set the Last comment date  field to {{now}}

Now you can build a JQL that gets you the issues where Last comment date  has been > 72h ago.

Good luck!

Jeroen

0 votes
Charlotte Santos -Appfire-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 19, 2023

Hi @Natalia Mojica

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!

0 votes
Jan-Hendrik Spieth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 19, 2023

Afaik, this is only possible with addons, such as "JQL search extensions", Scriptrunner, and others.

Hope this helps ;-/

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events