You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Greetings,
I am working on setting up some automation in JIRA for a bit of complex approval process. We want to automate who is required to approve a specific request. The criteria falls into two distinct requirements:
When trying to build the automation rule, I cannot seem to find a field for the group a user is assigned in JIRA (the Groups that are found under Administration --> Directory --> Groups). Is that possible?
I appreciate your help on this.
Hi @gdakas,
Welcome to Atlassian Community!
It is possible, and you can check which group the user belongs to in an if branch, similar to this automation that I have the sets the site based on where the user is located:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What if the user is stored in a smart value? For example, it was taken from Assets
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Aleksandra Leesment This should be its own question with a reference to this one.
If the information is kept in Assets then all you have to do is use the lookup objects action and then act on the returned result.
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.