On Monday, August 26, 2013 12:22:17 PM UTC-7, Malcolm Frazier wrote:

> Afternoon,
>
> I currently use the CommitTicketUpdater component to automatically set 
> ticket statuses, so far it has been working great. I was curious though if 
> it has the functionality for multiple commands such as I would like both of 
> these commands to work "closes #ticketnumber" and "#ticketnumber closes", I 
> would like both of those to close #ticketnumber.
>
> Thank you
>

You'd need to modify the regex:
http://trac.edgewall.org/browser/tags/trac-1.0.1/tracopt/ticket/commit_updater.py?marks=135,147#L134

You can probably drop a file in the environment plugins directory that 
subclasses `CommitTicketUpdater` and modifies `ticket_re`. 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to