> my @TicketIDs = $TicketObject->TicketSearch(
>  Result => 'ARRAY'|| 'HASH',
>  UserID => 1,
>  QueueID => 15,
>  States => ['new','open'],
>  );

Just an update to the previous lines :

my @TicketIDs = $TicketObject->TicketSearch(
 Result => 'ARRAY',
 UserID => 1,
 Queues => ['Spam'],
 States => ['new','open'],
   );

It works better 

Eric
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to