Bas van der Vlies wrote: > Yes there is a convention. When i ticket is inserted it gets a > tickets id, eg #4 > This number is inserted in the description field of ticket. This is > the same as the subject line > for emails (notifications). If you hit reply and update_ticket is set > and #4 is not removed from the subject line it will > try to update the ticket.
Thanks, I see. It must have a regex matching the subject against something like '\b#[0-9]+\b'. That makes sense. And then how does it actually update the ticket (change status, etc.)? Is that done by similar special regexes in the body, kind of like how the trac post-commit hook works? thanks! -- Gary --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---