I have a single project with 3 issue types x,y,z. I want to restrict creation of issues on two of the issue types. EG. I only want users in the role "iQS Managers" to be able to create issue types y and z, where issue type x is open to everyone for creation. Is this possible?
It is not possible. See a lengthy discussion and possible workarounds on https://jira.atlassian.com/browse/JRA-5865
I've created 3 separate work flows. I guess my question is how exactly do I limit creation of the issue on the validators or post functions options? I added a post function which states that if a member is part of iQS Managers role then the issue security level is set to Managers, however this still doesn't prevent users from that group from creating the issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should add permission in validators, not in post functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Create two workflows based on issue type & apply appropriate conditions in create issue permissions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.