Hi
We would like to have 2 different issue types for reporting bugs in our JIRA project. Internal team members would raise 'Bugs', which are against unreleased software. External users would raise 'Trouble reports' that are against released software.
I don't want the external users to be offered issue type 'Bug' when they create an issue.
How would i do this? Should I use a field configuration scheme?
Best regards
David
There's no way to do this natively - if you can create an issue in a project, then you can select any of the issue types in that project. Consider splitting it into two projects (keeping both on the same boards if you're using JIRA Software)
There are some tricks you can use to prevent the users creating the wrong type, but that approach annoys them because they get to fill in all their data and then aren't able to complete it and have to start again.
You should be able to do it with Behaviours from the Script Runner, and there are javascript tricks you can do that remove options from dropdowns, but there are many routes to "create issue" and you can't protect them all.
Another option would be to put a validator on the Create Issue transition of the workflow which checks the group of the user and the issue type and fails if a user from the "external" group tries to create "Bug" issue. They will still be able to see the "Bug" in the dropdown but will not be able to create issues effectively.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that's probably the neatest one of the "block after they start creating the wrong issue type" tricks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Boris, you suggested putting a validator on the Create Issue transition which checks the group of the user and the issue type. This is new to me. I tried creating a validator in my workflow but I seem to only have the option to validate against a permission, not a user group/issue type. How would I do the latter?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's two years later after the last discussion I see here on this topic and I would like to know if the possibility to hide an issue type at creation of a ticket has been made possible via Script Runner since then?
I know there's a simple to use and cheap plugin available (Issue Type Filters) to do this with but that is yet another plugin to get approved, buy and install and pray it gets updated in future versions so would really like to avoid getting another one if at all possible.
I would think this could be made possible from Script Runner, maybe a feature request if not yet implemented?
Thanks
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.