I have a specific use case where I want to identify those tickets on which no comment was added by the assignee in the last 24 hours. Is there a way to achieve this using JQL.
If you are willing to consider a third party app there might be one that adds functionality to use in JQL that will help you achieve your requirement.
Are you willing to consider getting an app?
Hi @binay_yadav ,
There was a question similar to yours a few months back, and they used:
Status was NOT "ready for review" DURING (-1d, now()) and created = -1d
See the original thread here: https://community.atlassian.com/t5/Jira-Software-questions/JQL-for-tickets-did-not-change-status-for-24-hours/qaq-p/2530884
I hope this helps,
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Michael Yaroshefsky - Visor for Jira ,
Thanks for helping out but this doesn't solve my purpose as I want to filter only those on which no comment was added by assignee instead of status change.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @binay_yadav
Sadly you can't. Comment only have two values you can use ~ or !~
Feature request
https://jira.atlassian.com/browse/JRACLOUD-31057
there is a workaround mentioned in the FR. worth trying.
Maybe with a third-party app it's possible.
Regards
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.