#10821 closed enhancement (fixed)
Ticket auto-query-links for status, type and resolution
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 1.0 |
Component: | ticket system | Version: | 1.0b1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
In the ticket title, the status/type/resolution fields are also query links. |
||
API Changes: | |||
Internal Changes: |
Description
When viewing a ticket, Trac creates "autoquery links" for all the ticket fields in the <table class="properties">
, which let the user click on an attribute and go straight to a Custom Query for all tickets that have the same value for that attribute (plus the query.ticketlink_query
option)
This feature has never been enabled in core Trac for the ticket fields that appear outside the <table class="properties">
— the ticket's status, type, and resolution; as well as its summary and description.
I can't think of any good reason to add this feature for "summary" or "description", but it would be useful to make the status, type and resolution into "auto-query links" so that users could quickly navigate from a particular ticket to all tickets that match that ticket's status, type, or resolution.
The "facelift" committed in r11129 moves the ticket's status, type, resolution, ID and summary into the yellow box that contains the rest of the ticket's properties. Visually, these fields are now displayed much more like clickable links, so making them into "auto-query links" would not cause any significant visual change.
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | h2_querylinks.diff added |
---|
comment:1 by , 12 years ago
Milestone: | → 1.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | → 1.0b1 |
comment:2 by , 12 years ago
Owner: | set to |
---|
comment:3 by , 12 years ago
Release Notes: | modified (diff) |
---|
Looks good! Applied in r11215.
In the r11216 follow-up, I fixed the resolution link.