Hello, we have a custom field defined like
[ticket-custom] duedate = time duedate.format = date duedate.label = Due date duedate.order = 2 However it does not work to search for that field like it is possible for Created for instance: [[TicketQuery(format=table,status=new,created=lastmonth..thismonth)]] works. [[TicketQuery(format=table,status=new,duedate=lastmonth..thismonth)]] returns invalid input syntax for integer: "" Actually due date can also be empty. How to search for a duedate=""? -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
