Versions Compared

Key

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

This article explains how to get the list of all projects and the related permission scheme in a CSV file using the Jira Command Line Interface (CLI) app.

...

If you want all the details, remove --columns 1,16 and execute, and the command will get all the details.

Code Block
 --action getProjectList --outputFormat 999 --file "projectwithpermissionscheme.csv"

...