Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Instructions

Use getComponentList action to retrieve the list of components defined for a project.

Execute the below CLI command to get the list of userscomponents.

Code Block
themeMidnight
--action getComponentList --project "learn1" --file "list.csv" --outputFormat 999

...