I know this can be accomplished by scriptrunner, but all my tests have failed. We want to have either issue delete or not created when the reporter equals a specific list. I've tried both Validator and Post Function on the 'Create Issue' transition. I thought either those would work with this script, but they are still coming in and the log doesn't show any failures:
Per the screenshot, it appears that you are using the post function built-in script "Fire an event when a condition is true".
Please understand that an EVENT is only a message that something took place, you can't initiate an action like this.
What may be more effective in your case is to run a simple scripted validator instead.
This will cause the request to create the issue to fail.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.