Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,259
Community Members
 
Community Events
184
Community Groups

Hi, using multi-user-picker custom field i want to add users to group automatically by groovy script

(MULTI USER PICKER FIELD )Need to associate the users into specified group while creation of ticket.

2 answers

hi @Alejandro Suárez Any update on  script?

0 votes
Alejandro Suárez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jun 17, 2020

Hi @Vignesh Singh what users do you want to put in the specified group?

Most important, what are you trying to achieve?

Regards

Hi Alejandro_Suárez__Tecnofor_, 

I want to add sprint users in  group by having Multi user picker custom field.. When am selecting users from multi user picker field, they should enter the group automatically..

below mentioned script is for adding user into group by using single user picker field..

import com.atlassian.jira.component.ComponentAccessor
import com.atlassian.jira.user.ApplicationUser

def groupManager = ComponentAccessor.getGroupManager()
def user = (ApplicationUser) ComponentAccessor.getCustomFieldManager().getCustomFieldObjet(10107).getValue(issue)

def group = groupManager.getGroup("New")

groupManager.addUserToGroup(user,group)

This script is working perfectly for adding user in the  group automatically  by having single user picker field.. The  same is not working when i change single user picker field into multi user picker field.

Request you to provide script for Multiuser-picker field..

Thanks in advance

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events