Hello
We would like to know, How to restrict users creating issues in JIRA based on issue type ?
For example: we wish to allow users creating Defects but not Defect Task.
Is it possible ? If so, How to achieve the same ? Thanks
without plugins, users can create a separate workflow for each issue type and place conditions on who can create the issue.
if you have scripting plugins installed, you can write a script to check the conditions / validations to determine who can create issues.
You can use a Conditioned validator on the create issue transition to prevent the creation based on your condition (issue type not Defect Task).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are some work arounds using scripting, but nothing in the base product. The work around I'm aware of still allows them to try to create it then stops the creation so it isn't very user friendly. I suggest searching the marketplace. There may be a new plugin since the last time I looked
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.