Forums

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

copy group members from JIRA UI

Mengmeng Yu
Contributor
March 2, 2021

Is there anyway I can copy or export these group members?

Capture.PNG

2 answers

1 accepted

1 vote
Answer accepted
Rachel Wright
Community Champion
March 3, 2021

Hi @Mengmeng Yu ,

There's no function for this in the Jira admin interface, but you can do it from the database or using the REST API.  

Here's a sample MySQL query to get you started:

SELECT child_name AS "username", directory_id FROM cwd_membership WHERE parent_name = "jira-administrators" ORDER BY username ASC

Note: I don't recommend making direct changes in the database, but querying for information as a read-only user is super helpful!

Hope this helps,

Rachel Wright
Author, Jira Strategy Admin Workbook

0 votes
Nina Gholizadeh-Afschari_mgm_
Atlassian Partner
February 6, 2025

Hi,

I wanted to let you know that the functionality you're looking for is available with Group Master for Jira (Data Center)!

You can check it out here:
Group Master for Jira - Data Center

In addition to managing group members, Group Master offers several advanced features, including:

  • View group usage across Jira
  • Edit group names
  • Move or copy group members
  • Replicate or migrate group usage
  • Delete groups and clean up associated data

Best regards,
Nina

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events