Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vikrantyadav11/cfe7ffa13070b5cf5ac747c22ed90b16 to your computer and use it in GitHub Desktop.
Save vikrantyadav11/cfe7ffa13070b5cf5ac747c22ed90b16 to your computer and use it in GitHub Desktop.
import com.atlassian.jira.component.ComponentAccessor
def currentUser = ComponentAccessor.getJiraAuthenticationContext().getLoggedInUser()
return ComponentAccessor.getGroupManager().isUserInGroup(currentUser,"jira-admin") || ComponentAccessor.getGroupManager().isUserInGroup(currentUser,"jira-users")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment