Hi,
I'm try to find a search command where I can view all tickets that have a certain users comment within a certain timeframe. So far the only thing I could think of was this -
commenter:me updated>"2021-08-30T21:00:00Z" updated<"2021-08-31T08:00:00Z"
Issue with this command though is that it searches for all tickets that have been updated by the user within that timeframe. I'm trying to search for just comments by that user within the timeframe. Is this possible?