wiki:MilestoneQueryMacro

Version 4 (modified by figaro, 9 years ago) (diff)

Cosmetic changes, removed first person

Display a list of matching milestones

Notice: This plugin is unmaintained and available for adoption.

Description

This is a macro to display a list of matching milestones. This can be used for reporting on releases.

Bugs/Feature Requests

Existing bugs and feature requests for MilestoneQueryMacro are here.

If you have any issues, create a new ticket.

enhancement

1 / 2

task

1 / 2

Download

Download the zipped source from [download:milestonequerymacro here].

Source

You can check out MilestoneQueryMacro from here using Subversion, or 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

18189 by Cinc-th on 2021-04-11 07:25:00
MilestoneQueryMacro: simplify imports by unifying different codepath for Python 2/3 for !StringIO.
18158 by Cinc-th on 2021-04-07 18:53:47

MilestoneQueryMacro: Fixed issue where spaces in milestone names broke the header line.

  • Fixed minor issue with Python 3.
  • Added classifiers to setup.py.
  • Bumped version to 1.1.0.
16227 by rjollos on 2017-02-09 23:38:20
1.0.2: Support Trac >= 1.2

Fixes #13050.

(more)

Author/Contributors

Author: nicferrier
Maintainer: none (needsadoption)
Contributors: