Create bulk users in Jira using Jira Command Line Interface (CLI)
This article explains how to create bulk users in Jira using Jira Command Line Interface (CLI).
Instructions
- Create a CSV file with required data filled into the columns userId, userEmail, userFullName, userPassword and group as shown in the following screenshot:
Combine the actions runFromCsv and addUser to create bulk users in Jira. This example works because the CSV file column names are the same as the parameter names for the addUser action.
--action runFromCsv --file "bulkUsers.csv" --common "--action addUser"
It is recommend to test this scenario in a test environment before implementing it in production.
Confluence®, Jira®, Atlassian Bamboo®, Bitbucket®, Fisheye®, and Atlassian Crucible® are registered trademarks of Atlassian®
Copyright © 2005 - 2022 Appfire | All rights reserved. Appfire™, the 'Apps for makers™' slogan and Bob Swift Atlassian Apps™ are all trademarks of Appfire Technologies, LLC.