开发者

Show active tickets in Trac wiki home page

开发者 https://www.devze.com 2023-03-04 13:32 出处:网络
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?

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


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号