Re: [rt-users] using date calcs in reports

2015-07-07 Thread Matt Zagrabelny
On Sun, Jul 5, 2015 at 11:46 PM, Chris Herrmann wrote: > Hi all, > > I can currently export a list of tickets with most of the data I need like > this: > > rt list "queue = 'myqueue' and ( ( Status = 'open' or Status = 'new') OR ( > Resolved > '$startdate' ) )" -f > id,subject,status,timeworked,r

[rt-users] using date calcs in reports

2015-07-05 Thread Chris Herrmann
Hi all, I can currently export a list of tickets with most of the data I need like this: rt list "queue = 'myqueue' and ( ( Status = 'open' or Status = 'new') OR ( Resolved > '$startdate' ) )" -f id,subject,status,timeworked,requestors,created,started, lastupdated,resolved > /tmp/report.tsv No