We want a script to send notifications in Jira confluence and bitbucket when the licenses are near to hit.
Please guide how to implement it.
Thanks
Hi @prasad biddika ,
Assuming you are an org admin, you can use the Organization Rest API.
Then you can create a schedule triggered (global) automation rule which queries the end point
https://api.atlassian.com/admin/v1/orgs/{orgId}/users
in the response you can get the numbers of users with:
{{webResponse.body.meta.total}}
And compare that with your license and send an email if necessary.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.