Hello

I am struggling with the `ticket_subject_template` option from the INI file. What I want is a E-mail subject like so:

[TRAC] MyEnvironment ticket #123: bla bla summary

... but what I get is only the default value:

[TRAC] #123: bla bla description

The project/environment and the plain text "ticket" is missing.

I have configured as follows:

smtp_subject_prefix = [TRAC]
ticket_subject_template = ${prefix} ${env} ticket #${ticket.id}: ${summary}

According to the docu this is supposed to be a Jinja2-template.

https://trac.edgewall.org/wiki/TracIni#notification-ticket_subject_template-option

I have TRAC 1.4.2.

What is wrong?

Thanks
Clemens

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/091cfe9b-8dc7-3567-f88f-616903dfa207%40osypkamed.com.

Reply via email to