<div dir="ltr">Hello all,<div><br></div><div>It looks like the generic search query:</div><div><br></div><div>my $tickets = new RT::Tickets($RT::SystemUser);<br></div><div><br></div><div>Only works if you introduce some limitations to it. By that I mean qualifiers like:</div>
<div><br></div><div>$tickets->LimitStatus(VALUE => 'open');<br></div><div><br></div><div>Is there any way to launch it and find all the tickets? And yes, I know - this may be expensive but that is fine.</div>
<div><br></div><div>Thanks in advance for any advice.</div><div><br></div><div>Cheers,</div><div><br></div><div>Boris.</div></div>