Skip to end of banner
Go to start of banner

How to get all the components list 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 4 Next »

This article explains how to get all the Jira components list using the Jira Command Line Interface (CLI) app.

Instructions

Use the getComponentList action to retrieve the list of all users along with the detailed data to align with the project, file and outputFormat parameters.

Execute the CLI command below to get the user list. 

--action getComponentList --project WUC --file "list.csv" --outputFormat 999

The following parameters are used in the mentioned command:

  • project - Specify the name of the project. 
  • file - Specify the name of the CSV file.
  • outputFormat - Specify one of these values to get the respective data.   
    1 - basic, 2 - with project, 999 - all


The output file from the above command will be similar to: 


  • No labels