Versions Compared

Key

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

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

Instructions

  1. Create a CSV file with the following columns as :
    • name for sprint name
    ,
    • id for board id
    , as shown below
    • :
      Image Modified
  2. Combine runFromCsv and createSprints actions with the dateFormat parameter to create multiple sprints in a the scrum board. This  This example works because the CSV file contains the data the data that is needed required for the createSprint action  action with relevant parameters.

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


Info

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