Hi,
I am trying to write a simple condition for current user, so that only these users can execute the transition. I got one person working using user.displayName == 'Tesla Elon'. I am trying to achieve it for multiple users user.displayName == ('Tesla Elon', 'Google A')
Using script condition from scriptrunner. Thanks in advance.
Figured it
user.displayName == 'A A' || user.displayName == 'E M'
We have to call independently.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.