This is the error message iam getting while trying to validate Email address.
Any suggestions would be helpful.
Thanks.
Hi @Raj Kumar
the reason why you're getting this error is because you've typed a Groovy script instead of a Jira Expression. Groovy is used on Jira Data Center, whereas Jira Cloud only supports Jira Expressions, an Atlassian-made language.
You can use the Jira Expressions "match" method of strings instead:
issue.customfield_12345?.match('^\w+$')
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.