Hide "Admin" button?

Bryan Brinson January 29, 2014

Greetings!

Just finished a Jira upgrade from 6.0.3 to 6.1.7. There's a great new "Admin" button on the view issue page. What is the most painless way to remove this button?

Cheers!
Bryan

4 answers

1 accepted

0 votes
Answer accepted
AafrinA
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.
January 29, 2014

Hi Bryan,

A quick fix for the problem while the New Feature request approved and added would be adding a custom css. You can include the css as external file in the announcement banner.


You can add a custom css to hide the button as shown below:-

#opsbar-admin_more{
display:none;
}
0 votes
Bryan Brinson January 29, 2014

Thanks, All! Those are great clues. New feature voted for. CSS implemented.

Cheers!

Bryan

0 votes
Mirek
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 29, 2014

Hi Bryan,

Unfortunately there is no easy way to remove this button. I am guessing that there might be module resposible for that button in the Systems Plugins. You can probably playaround with JS code also and hide it. Good thing is that you are not the only person that see this confusing and want to remove it from the screen.

There is a New Feture request created:

https://jira.atlassian.com/browse/JRA-36015

Please vote and add yourself as a watcher in order to be informed about the progress on this ticket. Every vote counts. Maybe in the feature realease it will be implemented and there will be a easy way from the UI to remove this button.

I hope that will help.

Best Regards,

Mirek

0 votes
Peter T
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.
January 29, 2014

Hi Bryan,

this button is visible only to Administators. Regular users does not see it.

Suggest an answer

Log in or Sign up to answer