<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">Hi all,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></p><font face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><o:p> </o:p></p><font face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">I was wondering how to disable a group of users from
creating epics while creating an issue in Jira. This is my current code which
is if you’re not the project manager then you can’t create an epic or Bug. This
works fine but I need to do it for a group or for certain roles within a
project. Can anyone help me please??<o:p></o:p></p><font face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><o:p> </o:p></p><font face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">string project = "PT";  //the project key<o:p></o:p></p><font face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">string pm = projectPM(project);<o:p></o:p></p><font face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">string[] forbiddenTypes = {"Epic",
"Bug"}; //the array of the issue types to restrict <o:p></o:p></p><font face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><o:p> </o:p></p><font face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">if(pm != currentUser()) { <o:p></o:p></p><font face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">lfRestrictSelectOptions("issueType",
forbiddenTypes);}<o:p></o:p></p><font face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><o:p> </o:p></p><font face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><o:p> </o:p></p><font face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">Kind Regards<o:p></o:p></p><font face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">Keith<o:p></o:p></p><font face="Times New Roman">

</font>                                     </div></body>
</html>