You can write/generate and run Jelly script in JIRA.
https://confluence.atlassian.com/display/JIRA/Jelly+Tags#JellyTags-jira:CreateUser
Also you may like to have a look at JCLI plugin to add the users with groups through CSV using the Jira Command Line Interface. You can refer the JCLI Examples
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA Command Line Interface has various documentation and examples. For your specific case, the base action is addUser or similar. Depending on where you have the list now, you can use either
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The easest way is prepare data directly in excel and save it as text file.
- add columns with proper content script notation between your data columns, like: <jira:CreateUser username=
"
+ data_col1 + "
password=
" + data_col2 + ...
- every row will be one user script insert
- copy/paste into the others rows
- merge columns
- add script header/footer (<JiraJelly xmlns:jira=
"jelly:com.atlassian.jira.jelly.JiraTagLib"
>
</JiraJelly>)
- save as txt
To execute it automaticaly you must find solution (write some xls transformation, script, macro, ....)
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.