Limit issue types based on user role
Overview
This script will limit the users ability to create issues to a specific subset of issue types, if they belong to a certain group.
Example
Show only the Story and Task issue types to users in the Developers group.
Good to Know
You will need to replace the IDs 10133 and 10134 in this script with the IDs of the issue types in your instance.
This example will work on the Create ...