How to Write a Groovy Expression that Specifies a Custom Field Value?

randyz October 16, 2014

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?

 

3 answers

1 accepted

0 votes
Answer accepted
randyz May 11, 2015

Here is the condition expression if someone else is looking:

 

issue.get('customfield_#####') == 'string'

0 votes
randyz December 4, 2014

Hi Nadim,

 I am still stuck.

Tried "cfValues['customfield_###']*.value.contains("cfvalue")

0 votes
Nadim Jarjour December 3, 2014

Hello Randy zhu,

Did u find a solution for your issue ?

Suggest an answer

Log in or Sign up to answer