Is there a way to use regex in jira expressions using ScriptRunner Jira Cloud?
Hi Anil,
You can use Script Runner script validator and add a regex in brackets like this:
issue.customfield_10000.match('^([])$')!=null
You can validate any regex against a custom field during a transition.
Thanks and let me know if this helps.
Regards,
Anzar
Hi @Anil Kumar
To answer your question, yes it is possible.
I suggest referring to this Community Post for more details.
Thank you and Kind regards,
Ram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.