It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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.
It started as any story starts, on a normal, rainy day. Admin meets App, and her name was Klok2, and like any first relationship we were both trying to make it work but neither one knew what...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.