Hello Atlassians,
Is it possible to get license details throughout the jira rest api for jira software server? how may I do it?
It's possible through private API. See Atlassian Knowledge Base article:
How to retrieve application license details or set the license via private REST API in Jira 7+
What "Licence details" are you looking for?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How many users licensed users, how many licenses I and how many licenses I have to I would make a script to script a page on confluence with that information
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think there's a way to get the licence number over REST, but as it rarely changes and has to be changed by admins, that's quite a minor thing.
For current users, try a "get" on /rest/api/2/user/permission/search using the permission "USE". Every account that has "use" counts towards your licence usage.
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.
You can get the license, and the maximum amount of users at this endpoint: '/rest/plugins/applications/1.0/installed/jira-software/license'
Note: there is also a healthcheck endpoint at '/rest/troubleshooting/1.0/check/'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alexei Ferreira , Did you get any solution on this automated update process to confluence. Now I have the same requirement.
Pls suggest
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i couldn't find a solution for this one, I just create an process that checks a file populated by me. :/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.