This version brings the following improvements:

New Features:

In Groovy scripts, you can now easily import (use) any Class or Component/Service exposed by Jira or any add-on installed in your Jira instance (JMWE-224JMWE-555JMWE-576). You can also use the new issue.getAsJsonData("Field name") method to access a JSON-style version of a field's value.

You can now disable (hide) a global transition from certain issue statuses using the new Current Status Condition (JMWE-340).

The Email Issue post-function now supports sending an email to arbitrary email addresses (JMWE-570).

Any field made required by the Field is Required Validator will now be marked as required (using a red asterisk) on the corresponding transition or create issue screen (JMWE-582).

Improvements:

Bug fixes: