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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi everybody,
We want to loop through a list of Jira users in our automation rule and are using a custom field of type "Group picker (single group)" to use a jira group as the set of users (which will be used in our foreach loop).
I checked the REST API (https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups/#api-rest-api-3-group-member-get) as well as the common documentation and couldn't find an answer.
Is there any way to use a group as an input to a smart value in an automation rule to loop through the list of users (of that group)? If yes, how do I access this set of users?
From what I could see, I could only access the fields "name", "groupId" and "self" of my custom field "Group picker". How do I access the users of my group of this group picker field? Thanks in advance!