Edgewall Software

Changes between Version 58 and Version 59 of TracQuery


Ignore:
Timestamp:
Sep 17, 2018, 6:39:48 AM (6 years ago)
Author:
Ryan J Ollos
Comment:

Add custom fields.

Legend:

Unmodified
Added
Removed
Modified
  • TracQuery

    v58 v59  
    9191|| '''`status=closed,keywords~=opera -firefox`''' || query closed tickets that contain keyword `opera`, but no `firefox` ||
    9292
    93 The date fields `created` and `modified` can be constrained by using the `=` operator and specifying a value containing two dates separated by two dots (`..`). Either end of the date range can be left empty, meaning that the corresponding end of the range is open. The date parser understands a few natural date specifications like "3 weeks ago", "last month" and "now", as well as Bugzilla-style date specifications like "1d", "2w", "3m" or "4y" for 1 day, 2 weeks, 3 months and 4 years, respectively. Spaces in date specifications can be omitted to avoid having to quote the query string.
     93The date fields `created` and `modified` and custom fields of type `time` can be constrained by using the `=` operator and specifying a value containing two dates separated by two dots (`..`). Either end of the date range can be left empty, meaning that the corresponding end of the range is open. The date parser understands a few natural date specifications like "3 weeks ago", "last month" and "now", as well as Bugzilla-style date specifications like "1d", "2w", "3m" or "4y" for 1 day, 2 weeks, 3 months and 4 years, respectively. Spaces in date specifications can be omitted to avoid having to quote the query string.
    9494|| '''`created=2007-01-01..2008-01-01`''' || query tickets created in 2007 ||
    9595|| '''`created=lastmonth..thismonth`''' || query tickets created during the previous month ||