Skip to end of banner
Go to start of banner

Bulk user creation in Jira with the help of JIRA Command Line Interface (CLI)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This article explains how to create bulk users in Jira with help of Jira Command Line Interface (CLI).

Instructions

  1. 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 users in Jira. 

It is recommend to test this scenario in a test environment before implementing it in production. 

  • No labels