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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.