Versions Compared

Key

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

...

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

The Issue screen will have now has the Send Email button, like this:

The Screen of the Button will appear like this:button screen is as follows

An example of a filled in form:

Click Execute and 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 the activation.jar archives from the maven repository.
  • 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.

...