Searches use solr lucene query syntax. Use the following fields in tracker ticket searches:
Any ticket that is not closed in the 1.0 milestone with "foo" in the title
!status:closed AND summary:foo* AND _milestone:1.0
Tickets with the label "foo" but not the label "bar":
labels:foo AND -labels:bar
Tickets assigned to or added by a user with the username "admin1" and the custom field "size" set to 2
(assigned_to_s:admin1 or reported_by_s:admin1) AND _size:2
The ticket has "foo" as the title or the body with a number lower than 50
(summary:foo or text:foo) AND ticket_num:[* TO 50]
Tickets last modified in April 2012
mod_date_dt:[2012-04-01T00:00:00Z TO 2012-04-30T23:59:59Z]
Private tickets
private:true
Ticket searches may be saved for later use by project administrators. To save a search, click "Edit Searches" in the tracker sidebar. Click "Add Search" then enter a summary and search terms for the saved search. Your search will now show up in the sidebar under "Searches" with a count of how many tickets match the query.
Ticket search results can be sorted by clicking the header of the column you want to sort by. The first click will sort the results in ascending order. Clicking the header again will sort the column in descending order. In addition to sorting by the column headers, you can manually sort on these properties:
You can use these properties by appending them to the url (only one sort allowed at a time) like this:
https://forge.codesys.com/drv/io-drivers/tickets/search/?q=_milestone:1.0&sort=snippet_s+asc