Versions Compared

Key

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

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

Instructions

  1. Create a CSV file with the list of required data filled into the columns userId, UserEmailuserEmail, UserFullNameuserFullName, UserPassword userPassword and group as shown in the following screenshot below.:
     
  2. Combine the actions runFromCsv and addUser to create bulk users in Jira. Please see the example action below  This example works because the CSV file column names are the same as the parameter names for the addUser action.

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


    Info

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