Hello,
I would like to restrict creation of "Bug" issue type to everybody in JIRA because this kind of ticket is created in another tool and transferred to JIRA using CRM Plugin.
I'm trying to use "ScriptRunner" and "Script Validator" in the workflows, in the "Create" transition, but I don't know how the script would look like. Any ideas?
Regards.
Fabio, it should be something like this:
issue.issueTypeObject.name != 'Bug' || currentUser.name == '[crmuser]'
Thanks Gaston.
Do you know if there's a way to hide "Bugs" from the list of issue types available when creating a new ticket as well?
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's no standar way, but you can achieve this using addons.
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.