How to update the release version for multiple projects using Jira Command Line Interface (CLI)

This article explains how to update the release versions for multiple projects using CLI in a single action.

Instructions

  1. Create a CSV file with the list of project keys and version name as shown in the screenshot below:

  2. Write an action with runFromCsv and releaseVersion actions together to update versions on multiple projects. Please see the example action below:

    --action runFromCsv --common "--action releaseVersion" --file project.csv

    This action runs and update the release version for the listed projects.