Hi,
I am trying to add a conditioin for a listener where the priority of the issue is either "High" or Show "Stopper".
I do not know the exact syntax and need you help.
I wrote this:
issue.Priority.match('(Name)$') == "Show Stopper" || issue.Priority.match('(Name)$') == "High"
Can anyone help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.