Create multiple sprints in a scrum board using Jira Command Line Interface (CLI)

This article explains how to create multiple sprints in a scrum board using Jira Command Line Interface (CLI).

Instructions

  1. Create a CSV file with the following columns:
  2. Combine runFromCsv and createSprint actions with the dateFormat parameter to create multiple sprints in the scrum board. This example works because the CSV file contains the data that is required for the createSprint action with relevant parameters.

    --action runFromCsv --file "sprints.csv" --common "--action createSprint --dateFormat "dd-mm-yyyy""

It is recommended to test this scenario in a non-production environment or run the action with --simulate parameter, to verify the behavior before deploying on a production environment.