[[PageOutline(2-5,Contents,pullout)]] = Display a list of matching milestones == Description This is a macro to display a list of milestones that have matching names. This can be used for reporting on releases which are close together. The macro supports wildcard-matching, whether the milestone has been released or not and whether the list should be displayed in alphabetical order or not. == Bugs/Feature Requests Existing bugs and feature requests for MilestoneQueryMacro are [report:9?COMPONENT=MilestoneQueryMacro here]. If you have any issues, create a [/newticket?component=MilestoneQueryMacro new ticket]. [[TicketQuery(component=MilestoneQueryMacro&group=type,format=progress)]] == Download Download the zipped source from [export:milestonequerymacro here]. == Source You can check out MilestoneQueryMacro from [/svn/milestonequerymacro here] using Subversion, or [source:milestonequerymacro browse the source] with Trac. == Example Here is an example of how to display 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:''' [[Maintainer]] [[BR]] '''Contributors:'''