Manage Inactive Users for Jira Cloud App

Manage Inactive Users for Jira Cloud App

Simple Manage Inactive Users Cloud app to Clean up Licenses for Inactive Users.

Use Cases:

  • To Clean up License for users who are Never Login or Not active and exists

  • API to reclaim / grant Jira license back to users

    • Example this API endpoint helps to hook into SAML/SSO on post successful login authentication and will make sure to grant license group [jira-software-users] on user login.

  • License Alerts Notifications

  • Coming soon

    • Inactive Users Reports

 

Quick Start Steps

Demo video https://youtu.be/-Yj0JN87TtI

 

Step - 1

Configure Licenses Clean up for Inactive Users.

Please see, Configure Licenses Clean up for Inactive Users for Jira Cloud

 

Step - 2

Run Licenses Clean up for Inactive Users.

Please see, On-Demand Clean up for Inactive Users for Jira Cloud

 

Step - 3

License Alerts Notifications

Please see, License Alerts Notification

 

Step - 4

API to reclaim / grant Jira license back to users. Example this API endpoint helps to hook into SAML/SSO on post successful login authentication and will make sure to grant license group [jira-software-users] on user login.

Go to App Settings > API

curl -H "x-webhook-token: *******" -XGET "https://31eb68ce-****-****.hello.atlassian-dev.net/x1/TPQHeV9SFhVsJ34IEcEyvPV4a6Y?action=license&loginName=test@ilaesolution.com&dryRun=true"

 

DEBUG

Go to Browser Developer Tools > Console log