How to get rid of "Got feedback for the new look?"

Michael Krämer July 9, 2012

Since the recent upgrade to Jira 5.1 there's this small but annoying Got feedback for the new look? in the lower right. When clicked it opens an issue collector window.

Is there any way to disable this link completely? I couldn't figure out myself how to get rid of it.

2 answers

0 votes
Michael Krämer October 10, 2012

By now the banner has disappeared so the question is obsolete...

0 votes
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
July 9, 2012

If you have access to the Annoucement Banner in OnDemand, you could use a similar hack to this:
https://answers.atlassian.com/questions/948/logo-position?page=1#950

Paste this in:

<style>
  .some-feedback-link {
    display: none;
  }
</style>

Otherwise, you're likely stuck with it :(


Suggest an answer

Log in or Sign up to answer