Is there any REST API available to retrieve the current subscription plan (Free, Standard, Premium, or Enterprise) of a Jira Cloud site/Instance? I’m working on an integration that needs to programmatically determine what plan a given Jira instance is using, as it impacts certain logic such as user billing calculations. I’ve gone through the official documentation but haven’t found any specific endpoint that returns the plan or subscription details directly. Any official APIs, alternative approaches, or workarounds to fetch this information would be really helpful.
Thanks in Advance!
Hi @gopal guna
No there are no endpoints for this.
You can vote and follow this feature on the topic, COMMERCE-25
Hi, @gopal guna
At the moment, there is no API available that returns detailed information about the billing plan.
There is an API to retrieve license information, but the most you can get from it is whether the license is Free or Paid , and the approximateUserCount of licenses.
You can find the relevant endpoint here:
Jira Cloud Platform License Metrics API
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.