---
title: "[Includes] Rich Text Validator Warning"
canonical: "https://support.appfire.com/space/JMWEC/1801388044/%5BIncludes%5D%20Rich%20Text%20Validator%20Warning"
format: markdown
---
> Macro (aura-html)

> ⚠️ ### **Action Needed: Update your JMWE Validator Configurations**
> ⚠️ 
> ⚠️ Atlassian has modified the handling of Rich Text fields (for example, Description and Comments) in Jira expressions, impacting JMWE Validators. Any JMWE Validators that use Rich Text fields will fail. 
> ⚠️ 
> ⚠️ If you’re impacted, please update your expressions as follows: 
> ⚠️ 
> ⚠️ `issue.customfield_12345 == “Foobar”` → `issue.customfield_12345.plainText == “Foobar”`
> ⚠️ 
> ⚠️ Please reach out to Appfire support if you have any questions or experience any additional errors.