Hello Team,
I need to restrict the creating of issue to only a group if a particular Project Name(a drop down custom field) is selected during the cration of issue.
I found that the easiest solution is a Script runner validator in workflow "create transition".
So I need the condition:
if {Project Name =! "{project name}";}
then {return true;}
elseif {Project Name == "{project name}" && Group Name == "{group name}"}
then {return true;}
else {return false}
Thank you in advance,
Danish Hussain
This question was previously asked, answered and accepted.
Please visit this community post for more information.
Thank you and Kind Regards,
Ram
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.