Changes between Initial Version and Version 1 of SystemQuery


Ignore:
Timestamp:
07/26/05 10:04:43 (19 years ago)
Author:
joe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemQuery

    v1 v1  
     1= Ticket Queries = 
     2 
     3In addition to [wiki:SystemReports reports], Trac provides support for ''custom ticket queries'', used to display lists of tickets meeting a specified set of criteria.  
     4 
     5To configure and execute a custom query, switch to the ''View Tickets'' module from the navigation bar, and select the ''Custom Query'' link. 
     6 
     7== Query Form == 
     8 
     9A form will be presented, letting you select or enter values for any of the ticket properties (both built-in and custom). Any value selected/entered in this form will be used to constrain the set of tickets displayed. Only tickets where properties match the criteria will be displayed. 
     10 
     11== Results Display == 
     12 
     13After executing the search, a list of tickets meeting the selected criteria will show. By default, the list is sorted by priority. You can change the sorting to any other visible column by clicking on the corresponding column header. Clicking the same header again will reverse the sort order. 
     14 
     15You can edit the query by clicking ''Refine Query''. 
     16 
     17---- 
     18See also: SystemTickets, SystemReports, SystemGuide