Modify ↓
Opened 15 years ago
Closed 15 years ago
#6198 closed defect (worksforme)
Custom Fields for queries
Reported by: | Bill Meyer | Owned by: | Guillermo M Narvaja |
---|---|---|---|
Priority: | normal | Component: | TicketStatsMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
When the query includes a Custom Field it returns error:
Error: Macro TicketStats(title = Commercial Tickets past 30 days, daterange=30d,res_days=1, query=custom_fieldname='Yes') failed no such column: t.custom_fieldname
Is it possible to add query functionality for custom fields?
Attachments (0)
Note: See
TracTickets for help on using
tickets.
It works for me. I'm using this query, where "client" it's a custom column.
I'm using the TicketChartsMacro code for building the query.
Make sure you are using the field name as defined in [ticket-custom] in trac.ini file.