On Thu, 2010-07-08 at 13:22 +0300, Doruk Fisek wrote: > Thu, 08 Jul 2010 11:40:47 +0200, Roger Oberholtzer > <[email protected]> : > > > > > > In Wiki, users can click on "Watch This" and receive mail from > > > > > changes of that page. > > > > > Is it possible for a user to choose to "watch" a component's > > > > > all ticket changes and additions? > > > > I have this for wiki and tickets. Perhaps is it configurable. You > > > > are using the AnnouncerPlugin to get this functionality? > > > Yes, I am. Sorry for forgetting to mention that. > > And you wee the Watch This in wiki pages but not tickets? My announcer > > plugin config looks like this: > ... > No, what I want is for the user to be able to watch an entire > "component".
You can watch 'things', not properties. I think a component is a property of a ticket. What you want it to watch all tickets with a specific component value. I would think the 'easiest' way is to make a @COMPONENTA, @COMPONENTB, etc list in the announcer plugin. Then, tickets for componenta would have @COMPONENTA added to their CC list, and so on for all components. You can use the BatchModify plugin to edit all tickets for the same component at the same time, and set the @COMPONENTx field. Setting it automatically requires some coding that is beyond my abilities (at this time...). > > If a user has chosen to watch a component; whenever a new ticket's > opened/modified/closed in that component, (s)he should receive an e-mail > regarding it. > > Doruk > > -- > FISEK ENSTITUSU - http://www.fisek.com.tr > -- Roger Oberholtzer -- 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.
