Custom date field search

I have created custom date fields of the format ( yyyy-mm-dd ).
I would like to create a saved search that would return tickets with upcoming dates
less than X days from now.

the relational syntax
Due < ’ +5 Days’
works if I use the standard Due field,
but not if I use a CF field …
‘CF.{Ready Date}’ < ‘+5 Days’

I have multiple dates/fields that I would like to create saved searches against.

Any hints / suggestions ?

Anyone else doing something similar ?

Roy

I have created custom date fields of the format ( yyyy-mm-dd ).
I would like to create a saved search that would return tickets with upcoming dates
less than X days from now.

the relational syntax
Due < ’ +5 Days’
works if I use the standard Due field,
but not if I use a CF field …
‘CF.{Ready Date}’ < ‘+5 Days’

I have multiple dates/fields that I would like to create saved searches against.

Any hints / suggestions ?

Are you using this patch for date customfields:

http://rt3.fsck.com/Ticket/Display.html?id=8721&user=guest&password=guest

?