Look at your trac.ini in the roadmap section. You'll see that there is
a stats_provider option there, which is set to
DefaultTicketGroupStatsProvider.

That is the Trac default, and you can configure it or provide a
different implementation via the ITicketGroupStatsProvider interface.
There are plugins on trac-hacks.org that do this (CustomRoadMap and
RoadMapHours for example).

I think that for your use case, you can just configure
DefaultTicketGroupStatsProvider.  Take a look at the doc for that
class here.

http://trac.edgewall.org/browser/tags/trac-0.11.4/trac/ticket/roadmap.py#L126

You should be able to add the milestone-groups section to your
trac.ini as the doc states, and then change the definition of closed
from

closed = closed

to

closed = closed, resolved-fixed

and then add the appropriate entries for resolved-fixed so that Trac
knows what that actually means.

On Thu, Jun 11, 2009 at 1:52 AM, Rainer Sokoll<[email protected]> wrote:
>
> Hi,
>
> one of my environments has an additional status: resolved-fixed, which
> is different from closed. A developer can resolve-fix a ticket, but only
> his boss can close a ticket. So far, so good.
> But now, if we see the roadmap, we have only "closed tickets" and
> "active tickets", but we also want to see "resolved-fixed tickets".
> Is that possible?
>
> Thanks,
> Rainer
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to