You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
In follow-up to my previous question (https://community.atlassian.com/t5/Adaptavist-questions/Hide-UI-elements/qaq-p/1481462):
How do I create a condition where the hiding of UI elements ONLY applies to: anonymous users OR logged in users that are member of group XX
Found it myself..
import com.atlassian.jira.component.ComponentAccessor
def groupManager = ComponentAccessor.groupManager
def loggedInUser = ComponentAccessor.jiraAuthenticationContext.loggedInUser
final username = loggedInUser.username
def groupNames = groupManager.getGroupNamesForUser(username).contains("jira-administrators")
groupNames == true
Back in April of last year one of the major product announcements from Opsgenie was the launch of the Incident investigation view which created a deep connection between Bitbucket and Opsgenie, empow...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.