/
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
- 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.
--action runFromCsv --file "version.csv" --common "--action addVersion"
, multiple selections available,
Related content
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)
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
How to map a custom Salesforce field to the Version field in Jira.
How to map a custom Salesforce field to the Version field in Jira.
More like this
admAddProjectVersion
admAddProjectVersion
More like this