Hi,
I have made a simple web item plugin which just includes quick links to jql filters. I want to only show this to our internal users and not external users. One clear permission that internal users have and the external don't is the global "Browse Users" permission.
So I was thinking to use the "JiraGlobalPermissionCondition" like the example condition below which uses the "admin" permission. I want to use permission for the "Browse Users" permission but I don't know how to find the correct parameter to use.
<condition class="com.atlassian.jira.plugin.webfragment.conditions.JiraGlobalPermissionCondition"> <param name="permission">admin</param> </condition>
I tried;
<condition class="com.atlassian.jira.plugin.webfragment.conditions.JiraGlobalPermissionCondition"> <param name="permission">USER_PICKER</param> </condition>
The web item plugin appears correctly but when I log in with a user without the "Browse Users" permission the web item menu item is still present.
I'm believe the "USER_PICKER" name for the permission is not right but how do I find out valid permission option names?
Thanks,
David
I know this is an old question but I came across other permissions while I attempted to figure out how to limit this based on a project role (haven't figure that out yet). anyway I think you can replace
om.atlassian.jira.plugin.webfragment.conditions.JiraGlobalPermissionCondition
with
com.atlassian.jira.plugin.webfragment.conditions.BrowseUsersPermissionCondition
This is just my guess since documentation on this is at best "light".. or non existent.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.