-
Bug
-
Resolution: Unresolved
-
Low
-
Minor
Issue Summary
isEmpty() function returning blank value when the field doesn't have any value in it for the short text field.
Steps to Reproduce
- Create a short text field
- Created an automation with print value for {{issue.customfield_XXX.isEmpty}} OR {{issue.customfield_10618.isNotEmpty}}
- Make sure the short text field doesn't have a value
Expected Results
If the field doesn't have any value, the it should print True for {{issue.customfield_XXX.isEmpty}} and False for {{issue.customfield_10618.isNotEmpty}}
Actual Results
There is no result return when the field is empty. This function only works when the field has value
Workaround
NA