Skip to end of banner
Go to start of banner

Create multiple sprints in a scrums board 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 5 Next »

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

Instructions

  1. Create a CSV file with columns as name for sprint name, id for board id, startDate and endDate for sprints as shown below:
  2. Combine runFromCsv and createSprints actions with dateFormat parameter to create multiple sprints in a scrum board. This example works because the CSV file contains the data that is needed for a 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.

  • No labels