Changes between Initial Version and Version 4 of Ticket #11873


Ignore:
Timestamp:
Apr 30, 2017, 11:08:31 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

new_ticket.condition = ${ticket.component in ('A', 'B', 'C')} would probably also work.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11873

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Summary changed from more documentation about the lists of availible fields would be helpful to More documentation about the lists of available fields would be helpful
  • Ticket #11873 – Description

    initial v4  
    1 I was unable to find a documentation page that lists all of the available values that can be included in ticket notifications.  Is there a direct mapping of names in the trac UI to fields?  I extrapolated from the existing examples that ${ticket.description} seems to work, but what other fields can be included?
     1I was unable to find a documentation page that lists all of the available values that can be included in ticket notifications.  Is there a direct mapping of names in the Trac UI to fields?  I extrapolated from the existing examples that `${ticket.description}` seems to work, but what other fields can be included?
    22
    33Also, is it possible to use sets in some way?  For example, I'd like to be able to send a notification email only if the ticket.component is one of the components (A,B,C)