We need to import users (app 200 users at least) and we have found Jelly scripts :)
https://confluence.atlassian.com/display/JIRA/Jelly+Tags#JellyTags-jira:CreateUser
But there is no choice to set what "kind of " user, so I am thinking if it is possible to use this and get that type of account. With the LDAP Authentication that is.
<JiraJelly xmlns:jira=
"jelly:com.atlassian.jira.jelly.JiraTagLib"
>
<jira:CreateUser username=
"new-user"
password=
"password"
confirm=
"password"
fullname=
"Full name"
email=
"test@test.com"
/>
<jira:CreateUser username=
"new-user"
password=
"password"
confirm=
"password"
fullname=
"Full name"
email=
"test@test.com"
/>
</JiraJelly>
Perhaps thera are other ways to do this? I would be greatful to get input here.
Hi Susanne,
I believe the other option for doing this would be to import them using the JIRA Command Line Interface plugin, which is a commercial plugin but you can evaluate it for free, (although you may well find it's so useful you purchase it for future tasks also). However, you can read about importing users using the JIRA CLI plugin here: https://answers.atlassian.com/questions/146178/is-there-a-way-to-import-users-from-csv-file-in-jira
All the best,
John
Thanks, I will adwise my client to do this.
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.