Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Copy users from one group to another - Cloud istance

Marco Munari OverIT September 16, 2023

Hi community.,

Is there any way to copy users from one group to another in cloud istance?

Thank you!

3 answers

2 accepted

1 vote
Answer accepted
abhishek_sharma03
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.
September 16, 2023

Hi @Marco Munari OverIT -

I'm afraid Jira does not have an Inbuilt functionality to copy users from one group to another. Though there are two feature requests that would allow you to configure it:

Improve Add Users To Group Functionality 

Copy all users from a group 

As a workaround, you can create a REST API Script to bulk add your users. These would be the exact steps:

1 - Navigate to your User management > In the Users tab, click in the button "Export Users"

2 - Select the group you want to export the users from and finish the export:

Screen Shot 2020-03-10 at 18.10.35.png

3 - Create a new group in Jira

4 - Create a script using the post command in Jira Cloud REST API to add those users to the new group you created, preferably using a practical text editor that will place that call together with the users you exported:

POST https://yourdomain.atlassian.net/rest/api/3/group/user
0 votes
Answer accepted
Marco Munari OverIT September 17, 2023
0 votes
Fabio Racobaldo _Catworkx_
Community Champion
September 16, 2023

Hi @Marco Munari OverIT ,

there is an open request for that https://jira.atlassian.com/browse/JRACLOUD-42264

As workaround you can put in place a script that use rest api to retrieve/add user in a group.

Fabio

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events