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.
is there any service or app in Jira, when I create a ticket for the onboarding, take a first name and last name and create a 365 user and email?
Maybe.....I can have a go at a theoretical based on some assumptions.
Assumptions:
Create an Employee issue type and a set of custom fields that align with mandatory field to create a new account within AD (or whatever you use), let's say;
(you get the idea)
Then you could either hook this up via API to send the info to be consumed by AD or make use of an automation rule (in Jira) to send the relevant issue data via an outgoing webhook (via the Send web request action)
Then there would need to be work done on the AD side to consume the data and automatically create the new account.
The devil in the detail being, then add to them to which groups? Do you have role based access (in which case they would need to be loaded and maintained in Jira), What about security (on the Jira end) to control who can create these employees?? How is onboarding done currently and who has the capacity to create such an integrated and automated set-up??
I've only scratched the surface, but in my mind it is very doable, but how big a piece of work, thus much mush time and money it would cost is over to you and your teams/dept/organisation