Permission Scheme will not be set to Jiras default permission scheme when importing a project via jelly tags.
If I run the Jelly:
<JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.JiraTagLib">
<jira:CreateProject key="CHI" name="Chiver AD" lead="admin">
</jira:CreateProject>
</JiraJelly>
The default permission scheme will not be set even though it's default.
I have many projects to add and it would take a lot of time to go through them all by hand.
Is there a way to force jira to set the default permission scheme?