id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 13213 Specify query for text custom fields of format reference Ryan J Ollos Ryan J Ollos "Text custom fields with format `reference` use the [TracIni#query-ticketlink_query-option ticketlink_query] option to generate the query string. It would be nice if this could be specified for each custom field. For example, I want to show closed tickets and order by the `revision` custom field, but I don't want to change `ticketlink_query` because it would affect all other ticket fields: {{{#!ini field1 = text field1.format = reference field1.ticketlink_query = ?order=revision }}}" enhancement closed normal 1.5.1 general normal fixed "The [[TracIni#query-ticketlink_query-option|""[query] ticketlink_query""]] value can be uniquely specified for each custom field using the `ticketlink_query` option in the `[ticket-custom]` section. This applies to all custom field types for which `[query] ticketlink_query` would be applied, which excludes `text` (format: `plain` and `wiki`), `textarea` and `time` fields."