Hi,
Is there a way to create 500 internal JIRA users (bulk).
we don't have active directory, or other type of integration facility. Do we need to create them manually?
Thanks,
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 JIRA 4.4, Is it supported?!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Mizan. It's perfect.
Guillaume.
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.
@Patrick McMahon Hey Patrick, I installed your Plugin but didn't find the step-1 to begin with, I don't see the features to upload my CSV. Could you please say how can I do it on Server/Datacenter JIRA versions? I installed the plugin and I can see it manage apps, but not the features either in components/Csv import.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your user must have the admin role and then the link will appear on the main menu bar.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm the admin of this instance as System/Jira admin, but unfortunately didn't find that option. Do you mine sharing the image of how it looks like?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check your user in the User Management:
for the jira-administrators group.
The link appears in the top menu bar:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Patrick McMahon Thanks for the response. I found it yesterday night after looking at everything for several hours. Sometimes, we don't focus on important locations and look elsewhere. Your app is really great, it did my job on Free trial. It has added users very quickly. It would be great if you could update the documentation on identifying this app location after we installed and the features we'll get once we purchase the app ( We're looking for this ).
Adding these points for other Atlassian users
Limitations:
1) Can add only 4 users only on limited trial, but can have more repetitions.
2) Please keep your import CSV file as the format it shows on the app documentation. Currently, app do not have this functionality to identify the items as per the column headers in your CSV.
3) If there are one user existed in the system already, the followed rows in your CSV list will get stopped and may not be imported. I'm not sure about the premium version though. Try to get your sheet prepare - you can do a VLOOKUP by taking the export of users that you already have in Jira and then prepare your sheet to use this app.
'Jira User Export app for Atlassian JIRA'
Adding the screenshots for those users having more options in the main top menu bar:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd like to see the Script Runner way of doing this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wrote a small script which can create bulk users . This runs on the script console {code} import com.atlassian.jira.user.util.UserUtil import com.atlassian.jira.component.ComponentAccessor; def uu=ComponentAccessor.getUserUtil() uu.createUserNoNotification("testauto", "testauto", "testauto@test.com", "testauto") {code}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mizan could you share the complete code for this? Thanks!
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.