On Sep 10, 8:12 am, Olemis Lang <[email protected]> wrote: > On Wed, Sep 9, 2009 at 3:19 PM, Lukasz Szybalski <[email protected]> wrote: > > > Hello, > > I have 2 departments that need to use trac mostly for task management. > > Each of them have 2 different milestones and different version. > > Perhaps Authz is what you need. Please read the std docs. > > -- > Regards, > > Olemis. > > Blog ES:http://simelo-es.blogspot.com/ > Blog EN:http://simelo-en.blogspot.com/ > > Featured article: > Introducción a la API de Google Analytics > -http://feedproxy.google.com/~r/simelo-es/~3/iRzT5_lZg4c/introduccion-...
I am not entirely your goal, but a combination of the multirepository search plugin, and intertrac links might be what you need to address this. so, 2 different tracs, different user groups/permissions and their own milestones. if a ticket is "REALLY" in project A it is created there. if it affects project B, you create a new ticket in project B, and put an intertrac link to the "real" ticket, in the real ticket you add an intertrac link to reference the "placeholder" ticket in project B. some other options: - 1 trac with "blocking" tickets in both milestones. - add a custom field :sub milestone, or similar. - along this line, 2 custom fileds, using the TracTicketChainedFieldsPlugin would work great to filter the second option make use of the Keywords field to add an additional filter criteria. I think the clearest way within the way TRAC works is to have 2 tickets for everything. maybe the clone ticket plugin would be helpful, maybe you modify it a tad to automatically add a back link to the old ticket (and a forward link to the new ticket) if it doesn't do that automatically. you clone the ticket, then change the milestone. something else that actually might be useful is the Watchlist plugin. it's not obvious at first, but could have something there for you. There is also a TracDependencyPlugin for intertrac ticket dependencies and summary tickets I really have no idea how it works though. not sure that helped any. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
