Internal
Create a new instance of the service.
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.
The ID of the application, represents a specific version of Jira.
Returned if the request is successful.
example:
{
"key": "license.jira-software.approximateUserCount",
"value": "115"
}
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.
Returned if the request is successful.
example:
{
"key": "license.totalApproximateUserCount",
"value": "1000"
}
Returns licensing information about the Jira instance.
Permissions required: None.
Returned if the request is successful.
example:
{
"applications": [
{
"id": "jira-core",
"plan": "PAID"
},
{
"id": "jira-product-discovery",
"plan": "FREE"
},
{
"id": "jira-servicedesk",
"plan": "FREE"
},
{
"id": "jira-software",
"plan": "PAID"
}
]
}
Protected
Static
initialize
This resource represents license metrics. Use it to get available metrics for Jira licences.
See
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-license-metrics