/
How to create components in bulk using Jira Command Line Interface (CLI)
How to create components in bulk using Jira Command Line Interface (CLI)
This article explains how to create components in bulk using Jira Command Line Interface (CLI).
Instructions
- Create a CSV file with the following columns:
- project for the project name.
- component for the component name.
- description for component description.
- lead for the component lead name.
- defaultAssignee for default assignee for the component issues.
Combine runFromCsv with the --file parameter and addComponent action to create components in bulk. This example works because the CSV file contains the data that is required for the addComponent action with relevant parameters.
--action runFromCsv --file Components.csv --common "--action addComponent"
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 import components into a Jira project
How to import components into a Jira project
More like this
Configure automatic Jira issue creation from Salesforce
Configure automatic Jira issue creation from Salesforce
More like this
How to create components
How to create components
More like this
Script clone operations
Script clone operations
More like this
Bulk clone - Data Center
Bulk clone - Data Center
More like this
Bulk transformations
Bulk transformations
More like this