Dynamic Report: open tickets for each plugin
The other day I started creating separate Trac reports for each plugin, to show the open tickets, with the 1.6 blockers and criticals at the top. That got old quick, so I created a dynamic report:
<a href="http://ui.jquery.com/bugs/report/10">http://ui.jquery.com/bugs/report/10</a>
(note: you'll get an error message if you access this url without a ?P parameter value)
Just pass the plugin name as the parameter upper-case P, like so
<a href="http://ui.jquery.com/bugs/report/10?P=core">http://ui.jquery.com/bugs/report/10?P=core</a>
<a href="http://ui.jquery.com/bugs/report/10?P=accordion">http://ui.jquery.com/bugs/report/10?P=accordion</a>
It shows all open tickets for that plugin, and sorts by milestone, priority, then created date.
Finally, I created links on the Trac wiki homepage to the dynamic report URL for each current plugin:
<a href="http://ui.jquery.com/bugs">http://ui.jquery.com/bugs</a>
Enjoy.
- Richard