---
title: "JMWE for Jira Cloud 1.1.13-AC release notes"
canonical: "https://support.appfire.com/space/JMWEC/465504449/JMWE%20for%20Jira%20Cloud%201.1.13-AC%20release%20notes"
format: markdown
---
> Macro (aura-html)

  


## <span style="color: #000000">Highlights of this release: </span>

- <span style="color: #000000">**Conditions and Validators for Jira Cloud are here**</span><span style="color: #000000">. These features were previously unavailable from User-installed apps for Jira Cloud. We took advantage of the newly released API and the Jira expressions domain-specific language recently developed and made available by Atlassian to implement the most requested conditions and validators. </span>
- <span style="color: #000000">**Introducing Build-your-own (scripted) Condition and Validator**</span><span style="color: #000000">. Extend your workflows even further using Jira expressions scripting with our easy yet powerful editor and its inline, interactive help system. </span><span style="color: #000000">[Watch this one-minute video](https://hub.appfire.com/guides/getting-started-with-jmwe-cloud-guide/build-your-own-condition/)</span><span style="color: #000000">. </span>
- <span style="color: #000000">**Now see Issue Transitions history in the activity section**</span><span style="color: #000000">. Easily view the history of status changes of an issue with authors and time-in-status data.</span>
- <span style="color: #000000">Also released new and updated post-functions, and more.</span>

---

  
<span style="color: #000000">This version brings the following new features and improvements:</span>

### <span style="color: #000000">New features:</span>

- <span style="color: #000000">Workflow Conditions and Validators:</span>
  - <span style="color: #000000">[Current Status Condition](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/466322835)</span>
  - <span style="color: #000000">[Linked Issues Condition](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/466226242)</span>
  - <span style="color: #000000">[Linked Issues Status Condition](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/466323193)</span>
  - <span style="color: #000000">[Linked Issues Validator](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/466323119)</span>
  - <span style="color: #000000">[Linked Issues Status Validator](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/465504708)</span>
- <span style="color: #000000">Build-Your-Own Scripted Condition and Validator, powered by Jira expressions:</span>
  - <span style="color: #000000">[Build-your-own (scripted) Condition](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/465474365)</span><span style="color: #000000"> </span>
  - <span style="color: #000000">[Build-your-own (scripted) Validator](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/466226183)</span>
- <span style="color: #000000">[Clear Fields ](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/466226128)</span><span style="color: #000000">and </span><span style="color: #000000">[Clear Fields of Linked Issues](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/466289629)</span><span style="color: #000000"> post-functions to clear one or more fields from the current issue or from linked issues</span>
- <span style="color: #000000">[Transitions tab](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/466256308)</span><span style="color: #000000"> on Issue View screen</span>
- <span style="color: #000000">[Delete Issue post-function](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=jmwec&title=Delete%20issue%20%28Archived%29&linkCreation=true&fromPageId=465504449)</span><span style="color: #000000"> to delete the current issue</span>

### Enhancements:

- <span style="color: #000000">The Jira Service Desk Organizations field can now be set by organization name in addition to organization ID;</span>
- <span style="color: #000000">Tempo's Account field can now be set by account name in addition to account ID;</span>
- <span style="color: #000000">Option values (single- and multi-select custom fields) can now be set by Option ID instead of Option name;</span>
- <span style="color: #000000">A warning is now logged when a Conditional execution template is missing curly braces;</span>
- <span style="color: #000000">The Create Issue post-function now supports setting fields by copying from another field of the current issue;</span>
- <span style="color: #000000">The </span>`linkedIssues`<span style="color: #000000"> filter now supports multiple link types as parameters;</span>
- <span style="color: #000000">Copying attachments will now avoid creating duplicate attachments when the same transition is run twice;</span>
- <span style="color: #000000">The </span>`first`<span style="color: #000000">, </span>`last`<span style="color: #000000">, </span>`join`<span style="color: #000000">, </span>`random`<span style="color: #000000">, </span>`rejectattr`<span style="color: #000000">, and </span>`selectattr`<span style="color: #000000"> Nunjucks filters now return </span>`undefined`<span style="color: #000000"> when passed a </span>`null`<span style="color: #000000"> or </span>`undefined`<span style="color: #000000"> value, instead of throwing an error;</span>
- <span style="color: #000000">The Create/Clone Issue(s) post-function now stores in the newly created issue the key of the original issue in a searchable issue entity property;</span>
- <span style="color: #000000">The Copy comments to linked issues post-function will never copy the same comment twice to the same destination issue anymore</span>
- <span style="color: #000000">The Reporter field can now be set when creating a JSD Request in the Create/Clone Issue(s) post-function.</span>

### Bug fix:

- <span style="color: #000000">Invalid users appearing in the </span><span style="color: #000000">*Specific users*</span><span style="color: #000000"> option of the Email Issue post-function were not cleared even after removing them and saving the post-function</span>