Versions Compared

Key

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

This article explains how to create bulk project projects in Jira using 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 required data filled out into the columns project, name, lead and template as shown in the following screenshot below:

         Image Removed

...

  1. .Image Added
  2. Combine the actions runFromCsv and createProject to create bulk projects in Jira.

        

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

...

createProject"



Info

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