JMWE 6.2.0 brings the following improvements:

New Transitions Activity Tab

A new Transitions tab is now available under the Activity section of the issue view screen. It shows all past transitions, including, whenever possible, the name of the transition that was triggered. It even shows "auto-transitions", i.e. transitions that don't change the Status of the issue.

Note that this tab can be disabled for all users on the JMWE Configuration page.

Shared Groovy scripts

You can now create shared Groovy scripts (classes) that can be used from any Groovy script or template from any JMWE workflow condition, validator or post-function. This is really useful for reusing complex logic across multiple workflow transitions.

See the documentation for details.

Conditions, Validators, and Post-functions that worked on linked issues now work on related issues

All the JMWE workflow extensions that worked on linked issues now work on related issues instead. This means that they can now be configured to work on regular linked issues, parent and sub-tasks, Epics and Stories, the Jira Portfolio hierarchy, and even on issues returned by a JQL search or a Groovy expression.

The following workflow extensions are affected and have been renamed accordingly:

Configuration Manager support

JMWE now supports the Configuration Manager app from Botron Software. This means that you will be able to use Configuration Manager to move workflows containing JMWE conditions, validators and post-functions from one Jira instance to another with only minimal effort (see the documentation for limitations).

Groovy improvements

Other improvements

And a few bug fixes