How do I disable the "Give Feedback" tag in JIRA?
You can hide it with a little CSS:
<style> .aui-sidebar-group[data-id="jira-projects-ancillary-group"]{ display: none; } </style>
where would you suggest putting this for it to be active for every project? I've heard the Announcement Banner, but I feel like I've heard warnings or unintended consequences of putting code into the announcement banner
And I can confirm that it does work in the Banner, but it does add a line's worth of space where the banner resides which is a bit annoying, but wonder if it's better with the link just being gone.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The announcement banner is the only way to do that without touching some java code, I guess.
Just add another line of CSS to hide the banner itsself.
#announcement-banner{ display: none; }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Feel free to watch this feature request pertaining to this concern.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's not a feature; that's an annoyance. It's a feature if I can turn it off.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lee,
Unfortunately, this is a built in feature for the OnDemand platform, and cannot be disabled.
Cheers,
Gary
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oddly enough the quickest way to request for this to be transformed into a feature is by using the "Give Feedback" link in JIRA or reporting and issue at https://jira.atlassian.com.
As Atlassian Answers is more about a Q&A a not usually a bugs/feature/improvements request tracking place.
We certanly value your feedback, thanks for sharing it with us.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.