[rt-users] Searching for AdminCc
Thomas Sibley
trs at bestpractical.com
Wed May 4 12:05:29 EDT 2011
On 05/04/2011 11:00 AM, Lars Braeuer wrote:
> The query of the saved search is:
> Owner != 'Nobody' AND Status != 'resolved' AND Status != 'rejected' AND Status != 'stalled' AND
> Owner != '__CurrentUser__' AND AdminCc.EmailAddress LIKE '__CurrentUserEmail__'
>
> This is working fine for us, but it's really annoying to carry on the change through all releases.
>
> Is there another easy way to achieve what we are trying to do, or could you consider to add this
> patch upstream?
Your change isn't necessary. Just use AdminCc.id = '__CurrentUser__'
instead (that's been supported for a long time).
Thomas
More information about the rt-users
mailing list