Query tickets/comments with comments and replys of one user

Hi,

Is there a way to query all comment/reply ids (or the corresponding ticket ids) which where authored by a specific user?

In code you can use a collection of transactions and limit it by Creator

$transactions->Limit( FIELD => ‘Creator’, VALUE => $user->Id );