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.
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! :)
I'm glad to hear that! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have written a plugin that may help:
https://marketplace.atlassian.com/plugins/uk.co.commercecomputing.users
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andrian,
I am afraid not. It uses a CSV file to create the users.
Patrick.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.