Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.