Scope Parameter (Connect-JIRA Cmdlet)
This determines the scopes that the OAuth application requests from Jira. The default scopes are: read:jira-work manage:jira-project manage:jira-configuration read:jira-user write:jira-work manage:jira-data-provider read:board-scope:jira-software write:board-scope:jira-software read:board-scope.admin:jira-software read:epic:jira-software read:sprint:jira-software write:sprint:jira-software delete:sprint:jira-software read:project:jira read:issue-details:jira read:jql:jira offline_access.
Syntax
Connect-JIRA -Scope string
Data Type
cstr
Default Value
""
Remarks
Specify scope to obtain the initial access and refresh token.
By default the cmdlet will request that the user authorize all available scopes. If you want to override this, you can set this property to a space-separated list of OAuth scopes.