Skip to content

license

get-approximate-application-license-count

Get approximate application license count

Returns the total approximate number of user accounts for a single Jira license. Note that this information is cached with a 7-day lifecycle and could be stale at the time of call.

Permissions required: Administer Jira global permission.

GET /rest/api/3/license/approximateLicenseCount/product/{applicationKey}

FlagTypeRequiredDescription
--applicationKeystringYesThe ID of the application, represents a specific version of Jira.

Example:

bash
jr license get-approximate-application-license-count --applicationKey <applicationKey>

get-approximate-license-count

Get approximate license count

Returns the approximate number of user accounts across all Jira licenses. Note that this information is cached with a 7-day lifecycle and could be stale at the time of call.

Permissions required: Administer Jira global permission.

GET /rest/api/3/license/approximateLicenseCount

Example:

bash
jr license get-approximate-license-count