On Jul 2, 2008, at 2:59 PM, Complex wrote:
>
> I'm a little new at this and of course I'm trying to set off running.
> Can you please point me at an answer? My searches have turned up some
> feature requests but no answers.
>
> I can and have made a custom report that finds all tickets with the
> milestones of interest ('all with milestone^="foo" ') but I need those
> tickets to be sorted by the milestone's due date.
Do you mean a report or a query? This isn't possible in a query, but
pretty easy in a report. Just JOIN against the milesteone table and
ORDER BY the due date.
--Noah
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---