close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
Jul 14, 2008, 10:28:18 AM (16 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
29 | 29 | {{{ |
30 | 30 | [query:status=new|assigned|reopened&version=1.0 Active tickets against 1.0] |
| 31 | |
31 | 32 | }}} |
32 | 33 | |
… |
… |
|
39 | 40 | {{{ |
40 | 41 | [query:?status=new&status=assigned&status=reopened&group=owner Assigned tickets by owner] |
| 42 | |
41 | 43 | }}} |
42 | 44 | |
… |
… |
|
61 | 63 | {{{ |
62 | 64 | [[TicketQuery(version=0.6|0.7&resolution=duplicate, compact)]] |
| 65 | |
63 | 66 | }}} |
64 | 67 | |
… |
… |
|
70 | 73 | {{{ |
71 | 74 | [[TicketQuery(version=0.6|0.7&resolution=duplicate, count)]] |
| 75 | |
72 | 76 | }}} |
73 | 77 | |
… |
… |
|
78 | 82 | === Query Language === |
79 | 83 | |
80 | | `query:` TracLinks and the `[[TicketQuery]]` macro both use a mini “query language” for specifying query filters. Basically, the filters are separate by ampersands (`&`). Each filter then consists of the ticket field name, an operator, and one or more values. More than one value are separated by a pipe (`|`), meaning that the filter matches any of the values. |
| 84 | `query:` TracLinks and the `[[TicketQuery]]` macro both use a mini “query language” for specifying query filters. Basically, the filters are separated by ampersands (`&`). Each filter then consists of the ticket field name, an operator, and one or more values. More than one value are separated by a pipe (`|`), meaning that the filter matches any of the values. |
81 | 85 | |
82 | 86 | The available operators are: |