Script runner validator query

Kota Sreenivasa Shravana Kumar June 8, 2017

We are using the following script runner validator for 'Create' transition to restrict issue creation to users who are not part of SG_Jira-RND_Users JIRA group.  This is working fine for creation issue. However, the same validator is preventing users outside this group to clone the issue. Can someone suggest or modify this script so that it allows clone issue to all users and create issue only to that particular group mentioned above ?

import com.atlassian.jira.component.ComponentAccessordef groupManager = ComponentAccessor.getGroupManager()groupManager.isUserInGroup(issue.reporter?.name, 'SG_Jira-RND_Users')

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Daniel Yelamos [Adaptavist]
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.
June 8, 2017

 

Hello Shravanakumar:

The problem that you have is that create permissions are required for both creating and cloning issue, so it would not be possible to use this validator if you do not want to restrict cloning issues from that particular project.

However, we have a new feature, comming up within our "Clone Issue" script that will be able to set a new field named "As user" which will allow a funtionality like you describe, since another user could use that field to clone the issue as a user that has permissions to do so.

Hope this helps!

Cheers!

TAGS
AUG Leaders

Atlassian Community Events