Hi,
I want to automatize the users creation on Azure AD when I create a new issue on my onboarding project. I have some information on confluence, Excel, Google sheets that i will merge on one unique app, with the permission that I need to set the user. I was thinking to use :
- Proforma to get the information on Confluence / Excel / Google Sheet and then set it on the issue description.
- Microsoft Graph to create the user on Azure AD and add it to the groups that i need by using an API.
I know that it's not a very easy task.
I am looking for:
- Which app is the best to get the data via API Confluence / Excel / Google Sheet or another ?
- is it good to use Script runner inside Jira to send the API to Microsoft Graph? Do you have other recommendation? Or is it better to send a webhook to a 3rd party app?