Versions Compared

Key

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

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.
    Image RemovedImage Added
  2. Write a command using the runFromCsv action and addVersion common action to add versions listed projects in the CSV file.

    Code Block
    themeMidnight
    --action runFromCsv --file "version.csv" --common "--action addVersion"