/
Add project versions with start and release dates to multiple projects using Jira CLI

Add project versions with start and release dates to multiple projects using Jira CLI

This article explains how to add versions with start date and release date to multiple projects using Jira Command Line Interface.

Instructions

  1. Create a CSV file named version.csv with the list of projects and version details.

  2. Write a command using the runFromCsv action and addVersion common action to add versions listed projects in the CSV file.

    --action runFromCsv --file "version.csv" --common "--action addVersion"

Related content