Changes between Version 16 and Version 17 of WorkflowNotificationPlugin


Ignore:
Timestamp:
Sep 9, 2015, 6:09:18 AM (9 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkflowNotificationPlugin

    v16 v17  
    9999In addition to the required configuration fields described above, you can optionally include a `.condition` definition for a notification. If provided, this should be a Genshi text template which evaluates to the value True if and only if the notification should be sent. If the template evaluates to any value other than True, the notification will be skipped. 
    100100
    101 If no `.condition` is provided, then the notification will be sent unconditionally when it is triggered.
     101If the notification should be sent unconditionally when it is triggered, the .condition line should be set to `${True}`.
    102102
    103103One use for this would be sending a notification when a ticket is resolved 'fixed':