- 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.