You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We use Jira Service Management for supporting different type of customers/users who use different tools in our company.
Here’s one of the example, where users raise request to get softwares installed on their machine. If the software license cost is less than 100$ the request is auto approved by automation and the agent installs the required software on the users machine and close the request.
In our IT department, to streamline onboarding, we have created JSD forms where users select specific tool to which they need access. Upon submission, our workflow triggers REST API call to the tool to add user to LDAP group of the application and close the request if the action is successful.
How are you using Jira Service Management/ JSD ? What type of automations do you use ?
Thank you @Daniel Eads :-) REST calls makes the life of admins easy. Yes, we do have other controls in place for example - user recertification, wherein we identify last logins of users from the database and if they have not logged in to the application in the last 2 months, we disable their ID from the application to save licenses.