🔑 Required Permissions
Microsoft Graph Authorizations
Each user of the app needs to login with their Microsoft account to authorize the app. The following Microsoft Graph / AzureAD permissions are required for the app to work correctly.
Authorization | Description |
---|---|
Calendars.ReadWrite.Shared | Read and write user and shared calendars |
User.Read | Sign in and read user profile |
User.ReadBasic.All | Read all users' basic profiles |
View users' email address | |
offline_access | Maintain access to data you have given it access to |
OnlineMeeting.ReadWrite.All | Create Microsoft Teams meetings |
Jira Cloud App Permissions
Installing our app in Jira Cloud, grants us the following permissions.
Authorization | Description |
---|---|
read data from the host application | Read issue data only when a user is on the screen. It is used to get potential participants to provide meeting suggestions. |
write data to the host application | The app writes data into the issue to find already scheduled meetings. Additionally all settings (admin and project) are stored locally in your Jira instance. |
view email addresses of the users | The app needs access to the users email addresses. It is only used to match the Jira users with the Exchange Server users. We need the Exchange users to get the availabilities of the user. You can find more information here. |
Act on a user's behalf, even when the user is offline | Necessary to check for admin permissions and get authorizations correctly. |