---
title: "JMWE for Jira Server 6.5.0 release notes"
canonical: "https://support.appfire.com/space/JMWE/461767228/JMWE%20for%20Jira%20Server%206.5.0%20release%20notes"
format: markdown
---
> Macro (aura-html)

<span style="color: #333333">JMWE 6.5.0 brings the following new features, improvements and bug fixes:</span>

# <span style="color: #333333">New User Condition and Validator</span>

<span style="color: #333333">A new </span>**<span style="color: #333333">User Condition</span>**<span style="color: #333333"> makes a transition available if the current user, the Reporter, the Assignee, or users in a field, belong to certain groups, project roles, fields, etc. Likewise, a new </span>**<span style="color: #333333">User Validator</span>**<span style="color: #333333"> can validate that </span><span style="color: #333333">the current user, the Reporter, the Assignee, or users in a field, belong to certain groups, project roles, fields, etc.</span>

![image](media://fe04d424-9e27-4892-9d1b-1f0d0fe96c49)

# The Create/Clone Issue post-function is now more powerful than ever

The Create/Clone Issue post-function includes new useful options:

- it can automatically copy all fields of the current issue to the new issue(s) - you don't need to specify them one by one anymore
- it can automatically copy all sub-tasks of the current issue to the new issue(s)
- it saves all newly created issues in the `transientVars.newIssues` Groovy variable, so that further post-functions can easily refer to them

# <span style="color: #333333">Other improvements</span>

- The Email Issue post-function now allows overriding the From and Reply-to names and email addresses
- In the Email Issue post-function, you can now insert the recipient's name and email address into the email subject and body, using the `recipient` Groovy global variable
- The Display message to user post-function now works on the Create transition
- The `getRoleMembers()` method of `Project` objects now only returns *active* role members, thus eliminating users that have been deactivated

# Bug fixes

- [JMWE-928](https://appfire.atlassian.net/browse/JMWE-928) "Show details" dialog box can never be closed on Jira 8.13+
- [JMWE-917](https://appfire.atlassian.net/browse/JMWE-917) Secure Fields fields are not accessible during the Create transition
- [JMWE-914](https://appfire.atlassian.net/browse/JMWE-914) "Run as" field isn't displaying properly on Jira 8.13+
- [JMWE-902](https://appfire.atlassian.net/browse/JMWE-902) Related Issues Validator should display the error message under the Issue Linking field