SSIS Components for Jira

Build 25.0.9434

Scope

Specifies the OAuth scopes that the application requests from Jira. Scopes define the level of access granted to the OAuth application.

Data Type

string

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 change which scopes are requested using either this property or the Scope input.

Scopes are specified to ensure proper access to entities in the driver. By default, the application requests a wide range of scopes, such as read, write, and delete access to Jira work, projects, configurations, users, boards, issues, and sprints.

If you wish to limit the access granted to the application, you can set this property to a space-separated list of OAuth scopes that you want the application to request. This allows you to customize the permissions according to the needs of your application.

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