This article explains how to create bulk project in Jira with help of Jira Command Line Interface (CLI).
Instructions
- Create a CSV file with the list of userId, UserEmail, UserFullName, UserPassword and group as shown in the screenshot below:
2. Write an action with runFromCsv and adduser actions together to create bulk users in Jira. Please see the example action below:
--action runFromCsv --file "bulkUsers.csv" --common "--action addUser"
3. Above action runs and creates bulk projects in Jira.
It is recommend to test this scenario in a test environment before implementing it in production.