Hello, everyone.
How to make transitioning of requests from one status to another for all users except for 10 users, for example. Is there any automation rule for this?
Thank you in advance.
Hi @Fariz Aliverdiyev ,
Please note that using 'Scripted (Groovy) Condition' ( From JMWE app) in transition with below simple code you will be able to meet you requirement.
In first line, you can define the list of users that you want to exclude.
def excludeUsers = ["abc","lmn"]
return !(excludeUsers.contains(currentUser.name))
Thanks,
Avinash
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
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.