/
How to update issues in bulk from a CSV file using Jira Command Line Interface (CLI)
How to update issues in bulk from a CSV file using Jira Command Line Interface (CLI)
This article explains how to update issues in bulk from a CSV file using Jira Command Line Interface (CLI).
Instructions
- Create a CSV file with the below columns:
- issue refers to the issue key.
- summary is the issue summary.
- description is the issue description.
- priority is the issue priority.
- assignee refers to the issue assignee.
Combine runFromCsv with the --file parameter and updateIssue action to create issues in bulk. This example works because the CSV file contains the data that is required for the updateIssue action with relevant parameters.
--action runFromCsv --file updatessues.csv --common "--action updateIssue"
- Additional columns can be added for custom fields and a list of supported custom fields have been documented in Custom Field Types.
- It is recommended to test this scenario in a non-production environment or run the action with the --simulate parameter, to verify the behavior before deploying on a production environment.
, multiple selections available,
Related content
How to create issues in bulk from a CSV file using Jira Command Line Interface (CLI)
How to create issues in bulk from a CSV file using Jira Command Line Interface (CLI)
More like this
Set field value for issues in bulk using Jira Command Line Interface (CLI) in Jira
Set field value for issues in bulk using Jira Command Line Interface (CLI) in Jira
More like this
How to delete issues in bulk using Jira CLI
How to delete issues in bulk using Jira CLI
More like this
How to add values to 5 custom fields to issues in bulk using Jira Command Line Interface (CLI)
How to add values to 5 custom fields to issues in bulk using Jira Command Line Interface (CLI)
More like this
How to import Jira issues using CSV or SQL
How to import Jira issues using CSV or SQL
More like this
Push updates for multiple Jira Issues in bulk mode
Push updates for multiple Jira Issues in bulk mode
More like this