Changes between Initial Version and Version 1 of Ticket #11873, comment 1


Ignore:
Timestamp:
Aug 16, 2014, 5:28:59 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11873, comment 1

    initial v1  
    11I was able to solve the second part of my question using multiple condition lines
    22
     3{{{#!python
    34new_ticket.condition = ${ticket.component == 'A'}
    45new_ticket.condition = ${ticket.component == 'B'}
    56new_ticket.condition = ${ticket.component == 'C'}
     7}}}
    68
    79It appears that the behavior is evaluate each of them and send the message if any yields true.