in my trac installation I'm looking for a way to show Active tickets in a section of the homepage. How could I do this?

Thanks

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

I think the TicketQuery Macro does what you want. For example add the following to the wiki page to get all open tickets sorted by ticket#:

[[TicketQuery(status=new|assigned|reopened|accepted&order=id)]]
link|improve this answer
feedback

I think you'd want to look into writing a trac plugin. There's an example on Trac Hacks that seems like it might be a good starting point for what you're looking to do: Watchlist Plugin

link|improve this answer
+1 for the links and post edit. – Guandalino May 7 '11 at 16:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.