Cmdlets for Jira

Build 24.0.9250

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

Scopes are set to define what kind of access the authenticating user will have; for example, read, read and write, restricted access to sensitive information. System administrators can use scopes to selectively enable access by functionality or security clearance.

When InitiateOAuth is set to GETANDREFRESH, you must use this property if you want to change which scopes are requested. When InitiateOAuth is set to either REFRESH or OFF, you can use either this property or the Scope input to change which scopes are requested.

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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9250