How many tickets are in the set? Your options are to use API instead of
rest or implement count command in rt cli and rt server side.
Ruslan from phone.
31.10.2012 15:26 пользователь "Ignacio Vazquez"
написал:
> Hi all,
> I've been generating monthly reports with a crontab script that
> includes
practical.com
>> [mailto:rt-users-boun...@lists.bestpractical.com] Em nome de Ignacio Vazquez
>> Enviada em: quarta-feira, 31 de outubro de 2012 09:26
>> Para: rt-users@lists.bestpractical.com
>> Assunto: [rt-users] Monthly reports with REST (timeout)
>>
>> Hi al
com] Em nome de Ignacio Vazquez
> Enviada em: quarta-feira, 31 de outubro de 2012 09:26
> Para: rt-users@lists.bestpractical.com
> Assunto: [rt-users] Monthly reports with REST (timeout)
>
> Hi all,
> I've been generating monthly reports with a crontab script that inc
Hi all,
I've been generating monthly reports with a crontab script that
includes a line like this:
/opt/rt3/bin/rt list "created >= '2012-04-01' AND status != 'rejected'
AND Queue = 'whatever' AND (owner = 'user1' OR owner = 'user2')" |
grep -v "No matching results." | wc -l
As you can see, I'm onl