Edgewall Software

Opened 12 years ago

Last modified 12 years ago

#10821 closed enhancement

Ticket auto-query-links for status, type and resolution — at Initial Version

Reported by: Ethan Jucovy <ethan.jucovy@…> Owned by:
Priority: normal Milestone: 1.0
Component: ticket system Version: 1.0b1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
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.

Change History (1)

by Ethan Jucovy <ethan.jucovy@…>, 12 years ago

Attachment: h2_querylinks.diff added
Note: See TracTickets for help on using tickets.