In our organization, we are trying to automate the process of providing access to users for JIRA instance using REST APIs. To achieve this, we are supposed to check the available JIRA license count first before providing access to user. Is there any API available to get the available license count of JIRA?
Hi @Mohammed Ahmed ,
Please use below REST API call from the document and you get the details
Link: https://docs.atlassian.com/software/jira/docs/api/REST/9.2.0/#api/2/applicationrole-getAll
Regards,
Mahesh Shinde
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.