Khundeen wrote: > Hi, > > I am trying to understand the work flow and feature of Trac. > > I like to be able to define set of tasks for enhancement and also > associate the defect that block the completion of enhancement. In > Bugzilla there are dependency fields where you can associate different > bugs together. I wonder how can I do that in Trac? Is there any plan > to implement such feature in Trac? >
Perhaps you mean the MasterTickets plugin? > I don't see a lot of people use task. I am wonder if it is make > sense to create one enhancement and then create multiple tasks that > are required to complete the enhancement. > The types "defect", "enhancment", and "task" are just the defaults. Each site can configure them to suit their needs. > From what I see, Trac look at task, enhancement and defect at same > level as it assign ticket number to each new entry. > Yes, each is just a different type of ticket. > I would like to be able to track number of hours spent on each task > and defects. Then have track automatically accumulate the hours at > the enhancement level. > This is doable now (see the time tracking plugin), but will be somewhat easier if/when something like Alec's old field/field provider refactoring gets done for trunk. > I am wondering if this kind of thing is already possible in Trac or > need further development? Could you give some suggestion on how to > use Trac in this situation? > > For example if I have a new feature with ticket #3 the create task > #4, #5 then later create defect #7,#8. How can I query all ticket > #4,5,7,8 using key of ticket#3? Can this be done with custom query? > There is some SQL in the MasterTickets plugin to do this, but I am finding it to be too brittle. I am probably going to store the links in another table and hope no one is dumb enough to mess with the DB directly. --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 -~----------~----~----~----~------~----~------~--~---
