Thank you. I'm using trac hosted by codesion on the web, so I'm dependent on their implementing plugins. I don't believe they have that one. Was hoping there might be a way to do it without the plugin.
On Tuesday, March 27, 2012 10:00:43 AM UTC-4, Patrick Schaaf wrote: > > On Tue, 2012-03-27 at 05:55 -0700, FHCM Software wrote: > > Hi - is it possible to customize workflow so that a ticket will be > > automatically accepted if I am the owner? I want to avoid having to > > accept my own tickets, which at this point are the only tickets. I'd > > prefer not to eliminate the accept state altogether as I will probably > > allow others to create tickets in the future. > > > Have a look at > > http://trac-hacks.org/wiki/TicketConditionalCreationStatusPlugin > > While I'm using that to make the automation depend on type, it should be > also possible to do it based on owner, like this (untested): > > [ticketconditionalcreationstatus] > criteria = owner > owner.owned = YOURNAME -> accepted > > best regards > Patrick > > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/8sKFh3zQ9agJ. 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.
