Modify

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)

milestone_query.py (2.2 KB) - added by Luke 13 years ago.
The code changes.

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by Luke

Attachment: milestone_query.py added

The code changes.

comment:1 Changed 13 years ago by Ryan J Ollos

As a general note, patch files are preferred when submitting fixes.

comment:2 Changed 12 years ago by 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.

comment:3 in reply to:  2 Changed 12 years ago by Luke

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.

  1. The Milestone label itself is a clickable link.
  2. 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 Ryan J Ollos

The changes committed against #9677 may address one or more of the issues in this ticket.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Nic Ferrier.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.