how to use a like operator in a post function

Liz Ravenwood et al at BE Aerospace September 16, 2016

Atlassian pros, I'm being asked a question about how to use a like operator in a post function.  He has tried several variations.  cfValues['Program Name'] ~ "Air France"

cfValues['Program Name'] ~ ("Asiana")

cfValues['Program Name'] ~ 'Emirates'

Please help.  Thanks.

 

1 answer

0 votes
Steven F Behnke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 16, 2016

Fuzzy text searching is only appropriate for fields of type "Text field." It looks like you're trying to lift values from a Select or Radio button field. What type of field is this?

Suggest an answer

Log in or Sign up to answer