I have been trying to grab license information via api and i was only successful in getting details for JIRA.
rest/plugins/applications/1.0/installed/jira-software
Is Atassian working to provide license info api for Bitbucket, Confluence as well ?
Thank you Chris for Bitbucket api.. Can you also help me identify for bamboo and confluence ?
Hi Sunil,
Bitbucket Server provides a REST endpoint for this, see https://docs.atlassian.com/bitbucket-server/rest/5.16.0/bitbucket-rest.html#idm8297549200.
Cheers,
Christian
Premier Support Engineer
Atlassian
Welp, I've been doing some more REST API spelunking and for all apps (conf, jira, crowd, bamboo, bitbucket) the /rest/plugins/1.0/installed-marketplace endpoint has a .hostStatus stub that gives the core product licensing info (doesn't expose consumed seats).
For Jira, you don't get a Core/JSW/JSM breakdown on this endpoint, so if you want more granular details then /rest/plugins/applications/1.0/installed/jira-software /rest/plugins/applications/1.0/installed/jira-servicedesk and /rest/plugins/applications/1.0/installed/jira-core will give you better insights.
CCM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just doing this digging myself, and adding:
CCM
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.