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 using 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:.
     

...

  1. Image Added
  2. Combine the actions runFromCsv and addUser to create bulk users in Jira.

...

  1.  Please see the example action below

...

  1. .

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

...


  1. Info

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