[rt-users] Querying tickets via RT::Rest

Dmitri Tikhonov dtikhonov at vonage.com
Fri Oct 13 15:41:21 EDT 2006


- Copying the list on my answer -

On Fri, 2006-10-13 at 16:28 -0300, Thiago Cristino dos Santos wrote:
> try 
> {
>     my @ticket = $rt->search(type => 'ticket', query => "Severity =
> 100");
>     print ("Found tickets @ticket\n");
> } 

Change that query to "CF.Severity = 100".

  - Dmitri.





More information about the rt-users mailing list