Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to grant READ ONLY access to a some JIRA administrators ?

Naveen Kumar D P
Contributor
July 6, 2017

We might have to share the administration configuration  , so some user should be able to see the administration screens without having the possibility to change anything.

Could you please answer if we can create a new group that will provide the read-only access on administration?

 

Thanks

Naveen

1 answer

1 vote
Jeff Turner
Contributor
July 6, 2017

Not possible, as far as I know.

Perhaps you could get your webserver to block POSTs (but not GETs) on admin page URLs that should be read-only. Something like this (with Apache mod_rewrite; untested):

RewriteEngine on
RewriteCond %{REQUEST_URI} ^/secure/admin/IndexAdmin.jspa RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{X-AUSERNAME} jimmy
RewriteRule ^ /banned_operation.html?user=%{X-AUSERNAME} [R=302,QSA]

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 7, 2017

Jeff is right, it's impossible without rewriting the core of JIRA's admin access scheme.

Your users can see a lot of the config from the project headers though.

Naveen Kumar D P
Contributor
July 7, 2017

Jeff & Nic Thanks for your promt answer.

Is this possible in Confluence and Bit Bucket  to give the read only access permission to Administrators ?

Thanks

Naveen

Jeff Turner
Contributor
July 7, 2017

Nope, sorry.

Dhirendra_singh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 19, 2019

Hi Team, do we still can not create jira-admin read-only group so that some user should be able to see the administration screens without having the possibility to change anything?

Please confirm if this feature available in any latest version of jira ? 

Thanks 

Like art_hpe likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events