I have the simplest SIL script that should change the security group based on reporter on Create.
if (userInGroup("XYZ", reporter));
{
security = "Level1";
}
But this doesn't work as expected: Even if the reporter is not a part of "XYZ" group, the issues are created with "Level1" security level. The default is "Level0".
It looks like regardless of the group membership of the reporter, everything is set to "true". Why? What could be wrong?
There was an extra semicolon on the first line. Yes, I'm blind.
@Baybars Kumbasar, on the surface there doesn't appear to be anything wrong. Where are you using the script? In a workflow post function?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey there was an extra semicolon on the first line, I missed it. Thanks for looking
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.