Bulk permission scheme association?

Jason Moerbe March 9, 2014

Is it possible to associate a given permission scheme to numerous projects in bulk rather than going into each project separately?

1 answer

1 accepted

1 vote
Answer accepted
RambanamP
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.
March 9, 2014

you can try with jelly script as follows

// add permission scheme to projects
<JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.JiraTagLib" xmlns:util="jelly:util" xmlns:j="jelly:core">
<util:tokenize var="projectKeys" delim=",">PROJECT1,PROJECT2,..</util:tokenize>
<j:forEach var="prokectKey" items="${projectKeys}">
<jira:SelectProjectScheme projectKey="${prokectKey}" permission-scheme="Permission Scheme Name"/>
</j:forEach>
</JiraJelly>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events