Edgewall Software

Changes between Version 104 and Version 105 of TracNotification


Ignore:
Timestamp:
Oct 15, 2019, 7:16:32 AM (5 years ago)
Author:
Ryan J Ollos
Comment:

Curly brackets are needed with Jinja2.

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v104 v105  
    113113 * `prefix`: The prefix defined in `smtp_subject_prefix`.
    114114 * `summary`: The ticket summary, with the old value if the summary was edited.
    115  * `ticket`: The ticket model object (see [trac:source:/branches/1.4-stable/trac/ticket/model.py model.py]). Individual ticket fields can be addressed by appending the field name separated by a dot, eg `$ticket.milestone`.
     115 * `ticket`: The ticket model object (see [trac:source:/branches/1.4-stable/trac/ticket/model.py model.py]). Individual ticket fields can be addressed by appending the field name separated by a dot, eg `${ticket.milestone}`.
    116116
    117117=== Customizing the email content