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.

1. Execute this CLI command to get the list of components displayed on the terminal/command prompt.

Code Block
themeMidnight
--action getComponentList --project "learn1" --outputFormat 999

...