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

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

Vignesh Singh June 17, 2020

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

2 answers

Suggest an answer

Log in or Sign up to answer
0 votes
Vignesh Singh June 20, 2020

hi @Alejandro Suárez - TecnoFor Any update on  script?

0 votes
Alejandro Suárez - TecnoFor
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
June 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

Vignesh Singh June 17, 2020

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

TAGS
AUG Leaders

Atlassian Community Events