Bulk Create Users

AgilePM April 24, 2013

What is the best way to bulk load users into JIRA? I read about CLi, do I need the extension or can I execute if I shell into JIRA server?

https://answers.atlassian.com/questions/43961/jira-a-way-to-creat-500-internal-users

https://answers.atlassian.com/questions/35897/bulk-create-users

OR can the 'Users' field be used by following this process:

https://confluence.atlassian.com/display/JIRA/Importing+Data+from+CSV

Sorry to duplicate question, but some questions pertaining to this have answers linking to broken links.

3 answers

1 accepted

3 votes
Answer accepted
Matheus Fernandes
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 24, 2013

The CLI is a tool by Bob swift that you'll need to download to use it - you just won't need to install it into JIRA as this is not a plugin (see the CLI docs).

It is also possible to use a CSV file as you mentioned, you just need to create issues with it and associate a different (new) user to each issue. For example:

IssueType, Summary, assignee
bug, "First issue", matheus
bug, "Second issue", peter
bug, "Third issue", user3
new feature, "Fourth issue", admin

I hope this helps! :)

AgilePM April 24, 2013

Thank you - this helped and the CLI tool was very easy to configure / use.

Matheus Fernandes
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 24, 2013

I'm glad to hear that! :)

1 vote
Bhushan Nagaraj
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.
April 24, 2013
0 votes
Patrick McMahon March 2, 2015
Andrian F January 6, 2017

Hi Patrick, 

        Will your plugin allow us to declare the "User Directory"  for the new user ?

 

Thanks

Andrian

Patrick McMahon January 6, 2017

Hi Andrian,

I am afraid not. It uses a CSV file to create the users.

Patrick.

Suggest an answer

Log in or Sign up to answer