Opened 5 years ago
Closed 5 years ago
#13213 closed enhancement (fixed)
Specify query for text custom fields of format reference
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.5.1 |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
The [query] ticketlink_query value can be uniquely specified for each custom field using the |
||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Text custom fields with format reference
use the 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:
field1 = text field1.format = reference field1.ticketlink_query = ?order=revision
Attachments (1)
Change History (8)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
comment:2 by , 5 years ago
by , 5 years ago
Attachment: | customfield_ticketlink_query.py added |
---|
Plugin that implements proposed behavior.
comment:3 by , 5 years ago
Milestone: | 1.5.1 → 1.5.3 |
---|
comment:4 by , 5 years ago
Milestone: | 1.5.3 → 1.5.1 |
---|
comment:5 by , 5 years ago
Release Notes: | modified (diff) |
---|
Documented forthcoming changes in 1.5/TracTicketsCustomFields@2.
comment:7 by , 5 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Committed to trunk in r17337.
The attached plugin implements the proposed behavior. Example: