Script Runner - Change Security Level

Kathleen Jacobs October 24, 2013

using Script Runner, I want to change the security level based on the Assignee's group they're in.

When I go to condition tester, I get true and false on the correct ones using this code:

import com.atlassian.jira.component.ComponentAccessor

def groupManager = ComponentAccessor.getGroupManager()

groupManager.isUserInGroup(issue.assignee?.name, 'business-users')

But when i create the post function: Set issue security level depending on provided condition

and use that as the condition, it does not change the Security level.

I have this in the post function after create. It's at the bottom of the list, under Fire Issue Created Event.

Not sure what i'm doiing wrong.

1 answer

1 vote
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 24, 2013

Firstly use the correct labels for your question so you get attention from the right people.

Read - https://jamieechlin.atlassian.net/wiki/display/GRV/Built-In+Scripts#Built-InScripts-SetIssueSecurity - it tells you where to position the function.

Second, check the log file.

Suggest an answer

Log in or Sign up to answer