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.
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register todayOnline 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.