We need to restrict the user for creating the new issue type that we are developing. The users of specific role/group should only be allowed to create the issue type, and the issue type is getting selected through the select list i.e drop down. How to disable the newly created issue type value of this drop down for all other users and enable only for specific role/group users without any third party services/plugins?
So there's a workaround documented that don't involve third-party add-ons:
What this will do will produce a nasty error when users in the "wrong" groups try to create an issue with the new issue type. It's bad UX, as others have pointed out.
Even if you avoided the permissions hackery by using add-ons like Workflow Enhancer for Jira or Jira Workflow Toolbox the users would still get a nasty error after they went and entered all their bug information. Again, bad UX.
I'm afraid the best solution would require the Behaviours add-on which does exactly what you want, and hides the particular issue type as you want, except for certain users. (https://library.adaptavist.com/entity/restrict-issue-types).
@Darryl Lee Thank you for the response.
Which particular validator needs to be used, whether it has to be JQL validator or permission validator?
If it is JQL query, what is the query to be used for Group users validation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I had the wrong answer linked above, but in this one:
Paul writes that he used the "User Permissions Validator".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.