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

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.

Related content

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
More like this
How to create versions in bulk using Jira Command Line Interface (CLI)
How to create versions in bulk using Jira Command Line Interface (CLI)
More like this
How to get the list of unreleased versions in a project through Jira Command Line Interface (CLI)
How to get the list of unreleased versions in a project through Jira Command Line Interface (CLI)
More like this
Create Jira projects in bulk using Jira Command Line Interface (CLI)
Create Jira projects in bulk using Jira Command Line Interface (CLI)
More like this
admAddProjectVersion
admAddProjectVersion
More like this
admAddProjectVersion
admAddProjectVersion
More like this