Opened 13 years ago
Last modified 12 years ago
#9209 new enhancement
Milestone Linking, and custom column output.
Reported by: | Luke | Owned by: | Nic Ferrier |
---|---|---|---|
Priority: | normal | Component: | MilestoneQueryMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Fixed milestone linking to allow spaces in name, defaulted parameters, and allow custom columns in output.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | milestone_query.py added |
---|
comment:1 Changed 13 years ago by
As a general note, patch files are preferred when submitting fixes.
comment:2 follow-up: 3 Changed 12 years ago by
hmm... I tried this macro in general and noticed it's actually obsolete because you can do the same with TicketQuery, can't you? :) It does just a ticket query grouped by milestone.
comment:3 Changed 12 years ago by
Replying to falkb:
hmm... I tried this macro in general and noticed it's actually obsolete because you can do the same with TicketQuery, can't you? :) It does just a ticket query grouped by milestone.
It's not quite obsolete, this macro simply wraps the TicketQuery macro to add a couple features.
- The Milestone label itself is a clickable link.
- You can filter on milestone status, rather then ticket status. Allowing you to see all the tickets associated with the milestone.
Hope that helps.
comment:4 Changed 12 years ago by
The changes committed against #9677 may address one or more of the issues in this ticket.
The code changes.