Versions Compared

Key

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

...

This solution presents one of many things that the SIL and Blitz Actioncan docan implement.

You can simply let your imagination run free ...

Solution

In order to solve this issue you will have to use a Blitz Action custom field that builds an email via a template and sends it to its recipients.

...

Press the Execute button and the email will be sent.

 

That's all. You just saved 100 US dollars, so for sure you can eat at least a chocolate bar.

 

Info
titleWorking solution

In order to use this recipe with katl-commons version 2.5.0, 2.5.1, 2.0.10 due to some problems you will need to make the following settings:

  • Download the mail.jar and theactivation.jar archives from the maven repository (or any other).
  • Create a folder on your system named endorsed and put those two archives in the folder.
  • If you are using Windows create a new environment variable named "JAVA_ENDORSED_DIRS" with the value "path_to_endorsed_folder". (Example: set JAVA_ENDORSED_DIRS="D:\JiraInstall\endorsed").
  • Or you can specify your endorsed folder as a java system property like so:
    -Djava.endorsed.dirs="D:\JiraInstall\endorsed" with your endorsed directory path.

Katl-commons version 2.5.2 and higher does not need this configuration.