Search code examples
tracbug-trackingbug-tracker

Show active tickets in Trac wiki home page


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


Solution

  • 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)]]