Versions Compared

Key

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

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

Instructions

  1. Create a CSV file with required data filled out into the columns project, name, lead and template as shown in the following screenshot.:
    Image Modified
  2. Combine the actions 

    runFromCsv 

    runFromCsv and createProject

     to

     to create

    bulk projects in Jira.

        

...

  1. projects in bulk. This example works because the column names in the CSV file are the same as the parameter names for createProject.

    Code Block
    themeMidnight
    --action runFromCsv --file "bulkProjects.csv" --common "--action createProject"


Info

It is recommend to recommended to test this scenario in a test environment before or run the action with the --simulate parameter to verify the behavior before implementing it in production.