Hi,
Is there a clean way to achieve the functionality in which certain issue types can be created by users in certain roles?
The only way i can think of is putting conditions on create transitions, is there any other way?
I have implemented this feature using a groovy script on the create issue validation phase.
Consider this: https://marketplace.atlassian.com/plugins/net.youngaweb.jira.issue-type-ui-filter. I recently released it. This is client side only, but are working on a server-side check as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
as of my knowldge you can't add condition to create transition!! only you can configure validators and postfunctions!
you can find workaround here
https://jira.atlassian.com/browse/JRA-5865
https://answers.atlassian.com/questions/33259/permission-to-create-specific-issue-type?page=1#33270
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
my bad, yes i meant validators on create transition. I can use groovy script to achieve this functoinality using the scripting plugin.
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.