Skip to end of banner
Go to start of banner

How to create components in bulk using Jira Command Line Interface (CLI)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

This article explains how to create components in bulk using Jira Command Line Interface (CLI).

Instructions

  1. Create a CSV file with the following columns:
  2. Combine runFromCsv with --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 --simulate parameter, to verify the behavior before deploying on a production environment.


  • No labels