Hi community!
How do I create a Filter that only shows Tickets where the newest comment is mentioning the "currentUser()"?
Im currently using this filter:
(comment ~ currentUser()) AND (updatedDate >= -3d) order by created DESC
Which is not viable since it looks through all comments on a ticket.
Hi @ker
Welcome to the Community!
You can't do that out of the box. You need to find an app that has a Last comment feature or write your own scripted field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.