I can't seem find Groovy expression returns true for a custom field using JMWE.
I have read https://answers.atlassian.com/questions/285260
The custom field I am using is a single select list.
Tried:
issue.get("customfield_<my cf id>").equalsIgnoreCase("<cf string value>")
issueObject.get("customfield_<my cf id>").equalsIgnoreCase("<cf string value>")
What is wrong with my statement?
Here is the condition expression if someone else is looking:
issue.get('customfield_#####') == 'string'
Hello Randy zhu,
Did u find a solution for your issue ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.