make 'users and roles' page editable for Jira admins only

Wipf_Markus April 21, 2020

Hi community,

we want to restrict the 'users and roles' page to Jira administrators only. Projects admins should be able to view the page but not update resp. add new individual users.

We want to connect our Jira authorization to a self service portal (SSP) which handles subscriptions. Project admins must not have the right to add individuals directly within Jira. Only subscription owners in the SSP are allowed to grant access.

Does anybody have a similar use-case and can give me a hint how to do?

many thanks

Markus

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 22, 2020

You can't do this natively, you would need to hack the code in Jira to downgrade the access for project admins.

Wipf_Markus April 22, 2020

many thanks for your response.

For Confluence we found a solution and was wondering whether a similar solution exists for Jira.

found the correct jquery code to disable only the editpermission form. Add this to Confluence Custom HTML code (at the end of HEAD):

<!-- to disable edit permission button on space permission page -->
<script>
 AJS.toInit(function(){
 AJS.$('form[name="editspacepermissions"]').remove();
 });
</script>

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.5.0
TAGS
AUG Leaders

Atlassian Community Events