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 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.

Reply via email to