This article explains how to add versions with start date and release date to multiple projects using Jira Command Line Interface.
Instructions
- Create a CSV file named version.csv with the list of projects and version details.
Write a command using the runFromCsv action and addVersion common action to add versions listed projects in the CSV file.
Code Block theme Midnight --action runFromCsv --file "version.csv" --common "--action addVersion"