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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.