[rt-users] RT decides to change my query
Stephen Turner
sturner at MIT.EDU
Thu Aug 25 13:33:04 EDT 2005
At Thursday 8/25/2005 11:05 AM, Chris Benard wrote:
>This is my query I'm trying to do:
>(
> Status = 'new'
> OR
> Status = 'open'
>)
>AND
>(
> (
> Owner = 'cbenard'
> )
> OR
> (
> Queue = 'General'
> AND
> (
> Owner = 'cbenard'
> OR
> Owner = 'Nobody'
> )
> )
>)
>
>RT changes my query to say AND, instead of OR after the owner of
>cbenard. I've formatted this SEVERAL ways, but none seem to work. Here's
>what I'm trying to do: I want to see all tickets in all queues that are
>owned by me, and I want to see all tickets in General owned by me or
>Nobody. The only status on any of the tickets that I want to see is open
>and new.
I'd say this is definitely a bug - I can reproduce it in 3.4.1 and 3.4.2.
For me it also changes the final AND to OR
Steve
More information about the rt-users
mailing list