Scopes & Permissions
External domains:
https://api.openai.com
: Required to send Chat Completion and Image Generation API calls to OpenAI to generate the presentation. An API key must be input for this domain to be called.
Scopes:
These are the scopes defined for our app. Please note that their representation in the “Allow Access” dialog can differ.
storage:app
: Required to store the OpenAI API key. OpenAI API key is stored as a secret object.read:sprint:jira-software
: Required to get sprints and sprint detailsread:issue-details:jira
: Required to get issue details to use for presentationread:jql:jira
: Required to perform JQL search for issues and sprintsread:jira-work
: Required to get Jira project and issue dataread:issue:jira-software
: Required to get issues from selected sprintread:board-scope:jira-software
: Required to get boards in projectread:board-scope.admin:jira-software
: Required to get board estimation configurationread:project:jira
: Required to get project key the app is used on