Skip to end of banner
Go to start of banner

How to get the licensed user count using Jira Command Line Interface (CLI)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

This article explains how to get the licensed user count in Jira using Jira Command Line Interface (CLI).

Instructions

Use the getServerInfo action to get the licensed users count with the outputFormat parameter. The Jira instance must have a CLI connector of version 9.3 to get the license user count result.

Run the CLI action as follows:

--action getServerInfo --outputFormat 2

Verify the value of Current licensed users from the output of the CLI action. As an example, the value of Current licensed users for various Jira products such as Jira Core - 0, Jira Service Desk - 3, and Jira Software - 15, as shown in the following screenshot:

The getServerInfo action is available from Jira CLI version 9.3 and higher.

  • No labels