Hello,
How to display jira announcement banner only for logged out users?
Thanks in advance,
Denys.
That is not possible as it supports only public and private visibility and public includes private.
If you really need it you might do it by
for example:
Banner content...some messsage bla bla bla <script> AJS.$(function() { AJS.$.get(AJS.params.baseURL+"/rest/auth/1/session", function (data) { //hide the banner AJS.$('#announcement-banner').remove() }); }); </script>
It works for me.
Thanks Boris.
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.