Hi, Found a solution to the problem I described (rather than the solution I suggested myself :-) . ---------------- /conf/trac.ini: [milestone-groups] closed = closed,rejected closed.order = 0 closed.css_class = closed closed.label = concluded closed.overall_completion = true active = * active.order = 1 active.css_class = open active.label = in progress ----------------- This nicknames closed+rejected tickets as 'concluded' and marked them as completed in the roadmap overview. Bingo. Cheers, joost.
________________________________ Van: [email protected] namens [email protected] Verzonden: do 22-10-2009 11:03 Aan: [email protected] Onderwerp: [Trac] multiple end-states Hi, Is there a simple means to tell trac (0.11.5) with a configured ticket work flow that it has multiple end states, e.g. closed and rejected? This would (need to) redefined 'Active' (as resulting from several implicit queries, e.g. the ones used on the Roadmap page) appropriately. If this is not possible: Can I change the queries on the Roadmap page (and related) myself (or can I paste the existing stuff in a new wiki that I can edit?) My final way out would be to use the Resolution attribute to differentiate between various end states, but I do not really like this (did use it to denote the testing result in a Verified state ;-) ). Thanks, joost. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
