Hello,
I'm currently working on implementing a solution for a Jira environment, and need to restrict visibility to certain UI elements to only the global administrator. We have additional admins that we do not want accessing that specific configuration screen. How can I get the currentUser and basically say if the currentUser equals 'specific user', show the option, otherwise hide it?
Thanks!