#754 closed enhancement (fixed)
Add ability to use the custom query module to display the ticket list
Reported by: | Owned by: | Shun-ichi Goto | |
---|---|---|---|
Priority: | normal | Component: | TicketBoxMacro |
Severity: | normal | Keywords: | query |
Cc: | Trac Release: | 0.9 |
Description
I've been trying to move all my reports over to using custom queries because I know the Trac developers want to phase out the "Reports" module. Can you change this so it supports the "query" syntax as well?
Attachments (0)
Change History (6)
comment:1 Changed 17 years ago by
Cc: | tobutaz+bugs+trac@… added; anonymous removed |
---|
comment:2 Changed 17 years ago by
Cc: | anonymous added; tobutaz+bugs+trac@… removed |
---|
comment:3 Changed 16 years ago by
Doesn't for me either. whether I use TicketQuery, or a report that is of format query:?....
same error: Error: Macro TicketBox(10%,"Tickets Req Review (%d)",23) failed
near "query": syntax error converting to sql syntax works fine. 0.11rc2, python 2.5
comment:4 follow-up: 5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [4084]) Support query string in macro argument and report definition. See TracQuery for the syntax of query string. Note that url style of query string is not yet supported. So if you use it in report, you cannot refer it.
Example:
[[TicketBox("Unassigned tickets", [query:status=new],inline,summary)]]
Close #754.
The trac:TicketQuery macro works for me.