Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#if ($issue.getKey()=="SIMPLE-11")
     ##inhibit
#else#end

if#if ($issueEvent.getEventTypeId().longValue()==1)
     ##inhibit for ISSUE_CREATED
#else
 
   ##the rest of the template
#end

Inhibiting the notification

...