-
Bug
-
Resolution: Duplicate
-
Low
-
Severity 3 - Minor
Issue Summary
The isEmpty() function doesn't work for cascading list fields with empty values. It only works when the fields have a value. The same for the function isNotEmpty().
Steps to Reproduce
- Create a cascading list custom field
- Add the field to an issue and keep the value empty
- Use the function {{issue.Custom Field Name.isEmpty()}} or {{issue.Custom Field Name.isNotEmpty()}}
Expected Results
The function should return TRUE/FALSE
Actual Results
The function returns nothing
Workaround
Use a smart value condition on the rule
- duplicates
-
AUTO-131 The Select List (cascading) field type is currently not supported in Automation for Jira for multiple operations
- Future Consideration