What is the best way to find tickets based on commenter + date made by that author?
For example: commenter"some@email.com" -> this will show all tickets that have that author comments inside.
But I also want to filter it by a specific time range, for example: last week only. However, I'm only interested in comments from that specific author, not all ticket updates by others.
Is it possible to do?
Thank you.