Skip to end of banner
Go to start of banner

Create bulk users in Jira using 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 7 Current »

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

Instructions

  1. Create a CSV file with required data filled into the columns userId, userEmail, userFullName, userPassword and group as shown in the following screenshot:
     
  2. Combine the actions runFromCsv and addUser to create bulk users in Jira.

    --action runFromCsv --file "bulkUsers.csv" --common "--action addUser"

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



  • No labels