Hi Developer Community,
Based on the feedback received during the rollout of the new reporting pipeline – we are now providing a query parameter, includeAtlassianLicenses
, to enable partners to view internal Atlassian licenses. These licenses are used internally within Atlassian and were earlier being excluded from the reporting APIs.
The change is expected to be rolled out around Jan 31, 2023 .
Affected APIs
Partners can add the includeAtlassianLicenses=true
query parameter to these APIs to include internal Atlassian licenses in the report.
Licenses API
GET /rest/2/vendors/{vendorId}/reporting/licenses
GET /rest/2/vendors/{vendorId}/reporting/licenses/export
API URLs for including Atlassian licenses:
GET /rest/2/vendors/{vendorId}/reporting/licenses?includeAtlassianLicenses=true
GET /rest/2/vendors/{vendorId}/reporting/licenses/export?includeAtlassianLicenses=true
Partners might see new historical licenses that appear when this parameter is provided.
Free Starter Tier API
GET rest/2/vendors/{vendorId}/reporting/sales/freeStarterTier/export
API URLs for including Atlassian licenses in free starter tier API:
GET rest/2/vendors/{vendorId}/reporting/sales/freeStarterTier/export?includeAtlassianLicenses=true
Partners might see new historical licenses that appear when this parameter is provided.
Note
-
The Cloud churn and evaluations metrics API will not be affected by this change, i.e, the following APIs will not include internal Atlassian licenses.
- cloud churn, renewal conversion APIs
rest/2/vendors/{vendorId}/reporting/sales/metrics/churn|renewal|conversion
, - cloud license events API
rest/2/vendors/{vendorId}/reporting/sales/{metrics}/details
and - aggregated evaluations API
rest/2/vendors/{vendorId}/reporting/evaluation/{metrics}
- cloud churn, renewal conversion APIs
-
The
lastUpdated
date in the licenses API will not be Jan 31, 2023 for these internal Atlassian licenses. Partners will need to do a one-time back-fill for their lifetime data to see historical internal Atlassian licenses.