The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

problems with regex in simple condition script

mrmightypants
July 13, 2017

I've got a simple script condition on a workflow transition.  The goal is to only allow the transition if the value of a custom text field does not contain an e-mail address with a certain domain.  However, I'm finding that this evaluates to true regardless of whether or not that domain is present.  What I have now is essentially this:

cfValues['somefield'] !=~ /somedomain/

I also tried the two below in case whole line matches are required:

cfValues['somefield'] !=~ /.*somedomain.*/
cfValues['somefield'] !=~ /^.*somedomain.*$/

No luck with any of these.  Then I tried switching to ==~ and reversing the return value like this:

!cfValues['somefield'] ==~ /^.*somedomain.*$/

This one evaluates to false regardless of whether or not the domain in present.  Anyone have any ideas?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Fabio Racobaldo _Catworkx_
Community Champion
March 22, 2024

Hi @mrmightypants ,

did u try ?

cfValues['somefield'] !~ /somedomain/

 Fabio

TAGS
AUG Leaders

Atlassian Community Events