Hello,
I am looking for a way to filter tickets in Jira Cloud that have not yet received a reply from our team to the customer(Reply to Customer). Specifically, I want to identify tickets that have been created but have no outgoing comments or responses from our agents.
Is there a JQL query or any other method to filter such tickets effectively?
Hi @Josia Leppert,
You cannot filter issues decently based on just comments. But a pretty common scenario would be to design this into your ticket workflow:
As soon as you have this in place, you can easily search for issues with status = NEW, as these are the ones that haven't been addressed yet.
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.