[[PageOutline(2-5,Contents,pullout)]] = Milestone Query = == Description == A macro to display a list of matching milestones. Very useful for reporting on releases. == Bugs/Feature Requests == Existing bugs and feature requests for MilestoneQueryMacro are [report:9?COMPONENT=MilestoneQueryMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=MilestoneQueryMacro&owner=nicferrier new ticket]. == Download == Download the zipped source from [download:milestonequerymacro here]. == Source == You can check out MilestoneQueryMacro from [http://trac-hacks.org/svn/milestonequerymacro here] using Subversion, or [source:milestonequerymacro browse the source] with Trac. == Example == Here's how we display our upcoming (and just released) releases, matching two types of names but not completed and in ascending order: {{{ [[MilestoneQuery(%release_%,,)]] [[MilestoneQuery(%rc_%,,)]] }}} This is how we display our previous releases, particularly named releases in descending order: {{{ [[MilestoneQuery(release_%, completed, DESC)]] }}} == Recent Changes == [[ChangeLog(milestonequerymacro, 3)]] == Author/Contributors == '''Author:''' [wiki:nicferrier] [[BR]] '''Maintainer:''' [wiki:nicferrier] [[BR]] '''Contributors:'''