It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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?
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreCan a new-to-agile team survive and thrive in a non-agile culture? If so, what advice would you give to those trying to be agile in a non-agile culture? What's the key(s) to success? Share your thoug...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs