Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 useIduserId, UserEmail, UserFullName, UserPassword and group as shown in the screenshot below:

         Image Modified

     2. Write an action with runFromCsv and adduser actions together to create bulk users in Jira. Please see the example action below:


Code Block
languagebash
themeMidnight
--action runFromCsv --file "bulkUsers.csv" --common "--action addUser"

...

     3. Above action runs and creates bulk users in Jira


Info

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