OK, I see that it's possible to set the default  query in trac.ini.
However, I don't see what *format* to use for that setting. I tried
several strings and either it didn't produce an effect or it resulted
in an error message.

I'm trying to set the default query b/c I've followed the advice in
the trac wiki and tried going ahead without reports, since they'll be
phased out eventually. also, I was failing to set the default report.
:-)

for example, this query was supposed to get me the list of tickets
sorted by milestone.

[query]
default_query =
status=accepted&status=assigned&status=new&status=reopened&group=milestone&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority

.....

however, I just figured out that

default_query =
status!=closed&group=milestone&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority

*does* give me all tickets that aren't closed; so now if someone can
point out why the rest of that query appears to be ignored...

thanks!
-- 
--> CC <---

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to