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
初期アクセストークンとリフレッシュトークンを取得するスコープを指定します。
By default the 本製品 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.