Hi,
I would like to create issue security schemes using jelly scripts. As far as I understand when reading the documentation, I shall do something like :
<JiraJelly xmlns:jira=
"jelly:com.atlassian.jira.jelly.JiraTagLib"
>
<jira:CreateIssueSecurityScheme name=
"mySchemeName"
description=
"mySchemeDescription"
>name=
"myLevelName"
description=
"myLevelDescription">
</JiraJelly>
Hi,
After searching and testing a little bit, I found the solution :
<JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.JiraTagLib"> <jira:CreateIssueSecurityScheme name="mySchemeName"description="mySchemeDescription"> <jira:AddIssueSecurityLevel name="myLevelName"description="myLevelDescription"> <jira:AddIssueSecurity type="group" group="jira-developers"/> </jira:AddIssueSecurityLevel> </jira:CreateIssueSecurityScheme> </JiraJelly>
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.