This version brings major new features as well as many improvements:

Highlights of this release:


Shared Actions: reusing post-function configurations

Post-functions (or sequences of post-functions) can now be configured once and then added to multiple transitions across different workflows. You can quickly reuse common configurations, and they are much easier to maintain. Here is how it works: in the Shared Actions page, combine one or more JMWE post-functions into an action. Then, use the Shared Action post-function to add it to various transitions, even in different workflows. 

Scheduled Actions: automating post-functions outside of workflows

Regular workflow post-functions run on transitions, but now you can schedule JMWE post-functions to run against issues returned by a JQL search. Scheduled Actions offer flexibility: you can set up many types of automation, such as workflow transitions, issue status updates, user changes, all based on your predefined schedules. 

Sequence of Post-functions: ensuring a predictable post-function execution order

In Jira Cloud, during a transition, all post-functions run in parallel. This new post-function, Sequence of Post-functions, allows you to combine other JMWE post-functions into one sequence so that they can all run in a predefined order. The Sequence of Post-functions guarantees the order of events, and replaces the need for using delayed execution. 

Display Message to User: 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. 

Easily access JMWE’s top features with one click

JMWE Admin features are now available on the new overview (a.k.a. Admin Console) page. Navigate to it right from Jira’s top Apps menu.



New features: 

Other new features and improvements

Bug fixes