SSIS Components for Jira

Build 25.0.9539

AssignPermissionScheme

Assigns a specified permission scheme to a Jira project, replacing any existing permissions configuration.

Stored Procedure-Specific Information

To execute this procedure, enter:

    EXEC AssignPermissionScheme ProjectKey='PROJ', Id='10001'

Input

Name Type Required Description
ProjectId Int64 False The numeric ID of the project to assign the permission scheme to. Required if ProjectKey is not provided.
ProjectKey String False The unique key of the project to assign the permission scheme to. Required if ProjectId is not provided.
Id String True The ID of the permission scheme that should be assigned to the project.

Result Set Columns

Name Type Description
Success String Indicates whether the permission scheme was successfully assigned to the project.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539