Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Required permissions

In order for the Jira integration to work correctly the app has to be able to access SharePoint content in the context of the current user. Therefore the app will request the following permissions:

Permission

Type

Description

Admin consent required

Microsoft Graph

  • User.Read

Delegated

Allows users to sign-in to the app, and allows the app to read the profile of signed-in users. It also allows the app to read basic company information of signed-in users.

No

  • User.ReadBasic.All

Delegated

Allows the app to read a basic set of profile properties of other users in your organization on behalf of the signed-in user. This includes display name, first and last name, email address, open extensions and photo. Also allows the app to read the full profile of the signed-in user.

No

  • Sites.ReadWrite.All

Delegated

Allows the app to edit or delete documents and list items in all site collections on behalf of the signed-in user.

No

Atlassian

  • read:me

Read User profile

No

  • read:issue.property:jira

View issue properties.

No

  • write:issue.property:jira

Create and update issue properties

No

  • delete:issue.property:jira

Delete issue properties.

No

  • offline_access

Used for authentication

No

Please also have a look at the official permission reference from Microsoft to get detailed information about the permission handling.

...