PermissionUsage
View basic data about the Google Drive folders or files you select

Required because GTJ add-on implements a contextual interface triggered when the user selects items in Drive. 

So it's used to display the selected files; it allows the add-on to read limited metadata about items a user has selected (as the item's ID, title, MIME type, and icon URL)

See and download all your Google Drive files
A read-only mode is required to use the getFileById method used to attach the selected files to Jira tickets
View your email messages when the add-on is running
Grants temporary access to the selected message's metadata and content, to read the thread content( as the email subject, and description )
Run as a Gmail add-on
Required to execute the addon when the user selects an email
Run as a Calendar add-on
Required to execute the addon when the user selects a Calendar Event
See and download any calendar you can access using your Google Calendar
A read-only mode required to get access to the selected event,  and get some details about it (such as title, description, and attendees...)
Connect to an external service

Required when connecting to Jira because GTJ makes use of the OAuth2 for Apps Script library.

So it allows the project to make UrlFetch requests & calls to external services. 

View your country, language, and timezone
Allows GTJ to learn the current user's locale and timezone .
See your primary Google Account email address
Used in the authorization process and  consent screen  
See your personal info, including any personal info you've made publicly available
Used in the authorization process and  consent screen  
  • No labels