/
How to get the project list with category and issue count using Jira CLI
How to get the project list with category and issue count using Jira CLI
This article explains how to get the project list with category and issue count using the Jira CLI app.
Instructions
Use the getProjectList action with file and outputFormat parameters to get the list of projects with issue count and category data. For this example, use the parameters to:
- file - Specify the name of file where the project list is to be stored.
- outputFormat - Specify value as 2 for getting the issue count and category.
Ensure that the CLI client file is updated with the required information.
Run the CLI action as follows:
--action getProjectList --file "projectlistdata.csv" --outputFormat 2
Here, change the name of the CSV file as required.
The result of the sample query in step 2 is written into projectlistdata.csv as:
- Refer to this link for more details about the outputFormat parameter.
Related content
How to get the list of users and their roles for all Jira projects using Jira Command Line Interface (CLI)
How to get the list of users and their roles for all Jira projects using Jira Command Line Interface (CLI)
More like this
How to retrieve the list of issues based on updatedDate using Jira Command Line Interface (CLI)
How to retrieve the list of issues based on updatedDate using Jira Command Line Interface (CLI)
More like this
How to export JIRA issues to CSV
How to export JIRA issues to CSV
More like this
Action Examples - jira getProjectList
Action Examples - jira getProjectList
More like this
Issue list view
More like this
getProjectList
getProjectList
More like this