Versions Compared

Key

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

Email Issue from Blitz Actions

Table of Contents

Info
titleRequired Plugins

You will need the following JIRA plugins:

  1. Blitz-Actions

Level:  BASIC

...

As we said previously, the Condition Script can be configure in order to prevent certain users to send the emails. For more information please use the Condition Script page.

The Screen Script is used to show a message on the screen in order to confirm the email sending action. This is a security measure to prevent an accidental click on this button.

...

Info
titleEmail Templates

You can consult the Email Templates page for further information. Also consult the Mail Configuration page.

...


Test

You can now test this custom field by going to the issues you have selected in the first step of this recipe.

...

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 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.