Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Change Permission Schemes for multiple project

Shivani Chauhan October 11, 2018

Hi,

I need to change the permission scheme for around 390 projects. This projects will be having the same permission scheme. 

Is there a way to  bulk change the permission schemes in a go?

 

 

1 answer

1 vote
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 11, 2018

Hello,

You could use the Power Scripts add-on for it:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=cloud&tab=overview

You could write a SIL script to change the permission scheme for these 390 projects. This script would look like this:

admSetProjectPermissionScheme("projectkey", "schemeName");

Suggest an answer

Log in or Sign up to answer