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.

Note

Important Information

Ensure that the Jira Command Line Interface (CLI) app is installed in Jira and Atlassian Command Line is installed in on the local machine.

Instructions

Use the getProjectList action to Get List defined projects with optional filtering by lead, category, and regex on the project key or name. Get projects with no category by setting the category parameter to blank. If the jql JQL parameter is provided, the issue count column will count the issues in the project that satisfy the JQL. By default, all issues the problems in the project are countedcalculated. For Cloud and Data Center, further filtering is available with the options parameter including includeArchived.

...

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

...