JMWE 6.3.0 brings the following new features and improvements:

Send attachments using the Email Issue post-function

The Email Issue post-function can now add issue attachments to the notification email. You can include all the attachments of the issue, only the attachments added on the transition screen, or even attachments from other issues.

Bonus feature: inline images in the email body will also be attached to the notification email and will appear within the email body. 

New Return to Previous Status post-function: go back to the previous status of an issue

In cases when multiple transitions lead to the same status (e.g. Escalated), you can use this new post-function to return the issue to the previous status. 

New Display Message to User post-function: showing custom messages on transition

Use the new Display Message to User post-function to show a custom message on the issue view page to the user triggering the transition. For example, during the transition that creates a new issue, provide the user with a link to the newly created issue. 

A new showMessageToUser() method is also available on the Issue interface to send a message to the user.

The Transitions tab can now be displayed conditionally

You can now control who can see the Transition activity tab on the issue view, and on which issues/projects it will be displayed.

Post-function errors are now displayed to administrators

Whenever an error occurs during the execution of a JMWE post-function, and the transition was triggered by a Jira administrator, a message is displayed in the top-right corner of the page to help identify and troubleshoot misconfigured post-functions. 

Note that this message is only displayed if the post-function is not configured to fail (and stop the transition from completing) when an error occurs.

New REST API to import/export shared Groovy scripts

A new REST API allows you to export individual shared scripts or all scripts at once, import new or updated shared scripts, and delete shared scripts.

Other improvements

And bug fixes