Another Option would be to configure your Announcement Banner and add the following:
<style type="text/css">
.jira-projects-feedback-collector {
display:none !important;
}
</style>
This will hide the button.
-Ibrahim
Yes. But I would call this solution as a workaround.
It would be better to have a JIRA configuration option within the admin interface or similar location.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There was a suggestion raised on our public issue tracker, https://jira.atlassian.com/browse/JRA-42578. It has been labeled as won't fix. Although I do not know why this happened, I thought I would offer this workaround here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this workaround.
If no announcement banner was actually definded, I'd add this in the "style" tag body :
.alertHeader {display:none !important;}
This would remove the small blank space added by the empty banner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey there,
Please follow these instructions:
insert into pluginstate values ('com.atlassian.jira.jira-projects-plugin:projects-feedback-web-panel','false'); insert into pluginstate values ('com.atlassian.jira.jira-projects-plugin:feedback-issue-collector','false');
insert into pluginstate values ('com.atlassian.jira.jira-projects-plugin:enable-project-centric-navigation-user-option','false');
-- Arthur Gonçalves
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.