I am currently developing an app to post data to Jira Assets Module. As a precheck, I want to know whether the user has access to the Assets Module which is only available in Premium or Enterprise Plan. Is there any way I can add a check for this availability in my app?
Hi @Siddique Afraaz N , welcome to the Atlassian Community!
Unfortunately I don't think this is possible. An answer from Atlassian here indicates that it is on their backlog, however I can't find any API information for this.
There's this API call which can find out if the licenses are Atlassian products are paid or free, but it doesn't look like this tells you the specific payment plan the product is on. Feel free to take a look through the API docs here https://developer.atlassian.com/cloud/admin/rest-apis/, but I haven't seen anything to achieve this myself
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.